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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read The Org: Resources returning 404.

brenns10 opened this issue · comments

Recently MathJax stopped rendering on my org documents rendered with this theme. The only thing I found in the debugger was that the following URL was 404ing: http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js.

It appears that the hosted copies of JS are gone.

Yup. Same thing here.

Exploring the site pirilampo.org, the jquery.stickytableheaders.js is not found but jquery.stickytableheader.min.js is available.

A thing to mention is that:

  • jquery.stickytableheader.min.js is used in theme-readtheorg-local.setup
  • jquery.stickytableheader.js is used in theme-readtheorg.setup which generates 404.

A solution #57 could be to update the content of theme-readtheorg.setup with jquery.stickytableheader.min.js.

Applied fix of Jorge Paredes. Thanks to him.