[O] org/info/m?

2016-08-06 Thread nasciiboy
ilegal (and false) demo at https://github.com/nasciiboy/LoL (I don't understand english) #+BEGIN_EXAMPLE * h1 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. ** h2 Lorem ipsum

Re: [O] org-info

2016-07-25 Thread Nicolas Goaziou
Hello, phillip.l...@russet.org.uk (Phillip Lord) writes: > Firstly, it's currently available and is linked into generated HTML at > http://orgmode.org/org-info.js; this makes it non-functional when > delivered via https. > > Secondly, in HTML generated by org mode, this license condition is >

[O] org-info

2016-07-16 Thread Phillip Lord
I'm having two problems with org-info.js. Firstly, it's currently available and is linked into generated HTML at http://orgmode.org/org-info.js; this makes it non-functional when delivered via https. Secondly, in HTML generated by org mode, this license condition is added: * As additional

[O] Org-info-js folding is broken in 8.3 releases

2015-09-06 Thread Piyush Srivastava
Hi, In the current 8.3.1 release of org-mode the f/F keybinding that org-info-js provides for folding headings in plain mode (of exported html files) fails to work. Further, the 's' and 'o' keys for search and occur respectively also fail to work. Both of these work with the 8.2.10 release. I

Re: [O] Org-info-js folding is broken in 8.3 releases

2015-09-06 Thread Piyush Srivastava
I think I have finally isolated a fix. org-info.js uses the magic number "4" (i.e. the length of the string "sec-") to substring DOM ids in order to fin section numbers (this is on line number 97 in the source code of org-info-src.js). However the changes to org-export-get-reference mean that

Re: [O] Org-info-js folding is broken in 8.3 releases

2015-09-06 Thread Piyush Srivastava
In fact, further investigation shows that the first commit that actually breaks org-info-js is the replacement of `org-export-get-headline-id' by `org-export-get-reference' in commit id 459033 on April 13. These problems are temporarily fixed by commit cf7d64, and then reintroduced by commit

Re: [O] Org-info-js folding is broken in 8.3 releases

2015-09-06 Thread Piyush Srivastava
Of course, we will also need to change the regexp SID_REGEX (in org-info-src.js) to "/(^#)((sec-|orgheadline)\d+([._]\d+)*$)/" from the current value of "/(^#)(sec-\d+([._]\d+)*$)/". It's capturing groups are not used, to this should not propagate any more changes. On Sat, Sep 5, 2015 at 8:20

[O] org-info-js site not working ?

2014-09-14 Thread Mehul Sanghvi
I've attached a screen shot of what I see when I go to: http://orgmode.org/worg/code/org-info-js/index.html Is it just on my end or is there something wrong with the site ? If I click on the Show Org Source the TOC shows up for less than a second and disappears. I can view it if I use w3m or