[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
s if this strategy sounds good. -- Piyush. On Sat, Sep 5, 2015 at 5:20 PM, Piyush Srivastava <piyushsr...@gmail.com> wrote: > 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 >

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

2015-09-06 Thread Piyush Srivastava
4ee8f4 which reverted the changes made to org-export-get-reference in cf7d64. -- Piyush. On Sat, Sep 5, 2015 at 4:20 PM, Piyush Srivastava <piyushsr...@gmail.com> wrote: > Hi, > > > In the current 8.3.1 release of org-mode the f/F keybinding that > org-info-js provides for fold

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

2015-09-06 Thread Piyush Srivastava
p 5, 2015 at 8:20 PM, Piyush Srivastava <piyushsr...@gmail.com> wrote: > 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

[O] Submitting patches for org-info-src.js

2015-09-07 Thread Piyush Srivastava
Hi, In an earlier message on this list, I pointed out how a change in the export routines in org 8.3.1 has broken many of the features of org-info, and identified changes that need to be made to org-info-js-src to fix these problems (while retaining backward compatibility with the earlier

[O] Bug: Table update fails for named fields [9.1.13 (release_9.1.13)]

2018-05-20 Thread Piyush Srivastava
In the current org mode version (release_9.1.13), when a named cell formula is stored using C-u C-c =, the #+TBLFM line stores the name of the cell without a prefix '$' sign, as in the following table (notice that is the #+TBLFM row, there is no '$' sign before the 'sum' variable): | | c |

[O] Bug: Table update fails for named fields [9.1.13 (release_9.1.13)]

2018-05-20 Thread Piyush Srivastava
In the current org mode version (release_9.1.13), when a named cell formula is stored using C-u C-c =, the #+TBLFM line stores the name of the cell without a prefix '$' sign, as in the following table (notice that is the #+TBLFM row, there is no '$' sign before the 'sum' variable): | | c |

[O] Bug: Bug in handling of named fields in the org spreadsheet [9.1.13 (release_9.1.13)]

2018-05-21 Thread Piyush Srivastava
In the current org mode version (release_9.1.13), when a named cell formula is stored using C-u C-c =, the #+TBLFM line stores the name of the cell *without* a prefix $ sign, as in the following table (notice that in the #+TBLFM row, there is no $ sign before the 'sum' variable): | | c |

Re: [O] Bug: Bug in handling of named fields in the org spreadsheet [9.1.13 (release_9.1.13)]

2018-05-23 Thread Piyush Srivastava
Thank you. I will get back to creating the patch this weekend and will include your suggested change. Best regards, -- Piyush. Nicolas Goaziou writes: > Hello, > > Piyush Srivastava <piyush.srivast...@tifr.res.in> writes: > >> In the current org mode version (relea