fniessen / org-html-themes

Transform your Org mode files into stunning HTML documents in minutes with our Org mode HTML theme. Elevate your productivity and impress your readers! #orgmode #html #theme #productivity #design
GNU General Public License v3.0
2.22k stars 435 forks source link

Bigblow Local Links Only Work In Firefox #146

Open chookity-pokk opened 2 years ago

chookity-pokk commented 2 years ago

I made a pretty basic setup with the Bigblow theme and it seems like local links only work in Firefox. The setup is basically a handful of headers and underneath them is lower level headers (h2) and when clicking on the lower level headers in Firefox it takes me to them just fine but in Chrome, Edge, Safari and all other browsers I could use, it didn't work. Also worth noting, it seems to work with the readtheorg theme.

boost-emacs commented 2 years ago

Hello. Try to make a Minimal (!) Working (!) example: just a few lines for the Org document. Export it, and check whether that works or not with the different browsers. If not, share the example.

chookity-pokk commented 2 years ago

REDACTED

chookity-pokk commented 2 years ago

If you click on a subheader in Firefox then it'll take you to that section and it won't work in any other browser. The code is basically

* Header
** [[section]]
** [[section2]]
* Header2
** [[section3]]

section
section2
section3