Re: [O] [BUG] worg table of contents

2013-05-16 Thread Bastien
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";

Re: [O] [BUG] worg table of contents

2013-05-16 Thread Rick Frankel
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

Re: [O] [BUG] worg table of contents

2013-05-15 Thread Bastien
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

[O] [BUG] worg table of contents

2013-05-15 Thread Rick Frankel
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