Hi Rick,
Rick Frankel writes:
> I have pushed the update. I also pushed a minor fix to org-hacks.org
> to check if it works as expected (it does :). Republishing everything
> is a great idea.
I just republished everything.
> BTW, i noticed a bad link --- "http://orgmode.org/css/lightbox.css";
On Thu, May 16, 2013 at 08:19:57AM +0200, Bastien wrote:
> Hi Rick,
>
> Rick Frankel writes:
>
> > The following javascript snippet will add a function to show
> > the toc when it is "clicked", but I'm not sure where to put it (at the
> > bottom of "preamble.html"?)
>
> I'd say it's a good plac
Hi Rick,
Rick Frankel writes:
> The following javascript snippet will add a function to show
> the toc when it is "clicked", but I'm not sure where to put it (at the
> bottom of "preamble.html"?)
I'd say it's a good place, yes.
Beware that the new preamble.html will only appear in pages that h
The table of contents on worg is shown/hidden using the :hover
pseudo-element on the #table-of-contents element.
The problem is that this doesn't work on an ipad (or other touch
device). The following javascript snippet will add a function to show
the toc when it is "clicked", but I'm not sure wh