Re: [O] Org-Mode Reference Card "bug"

2013-03-02 Thread Bastien
Hi Nick, Nick Dokos writes: > However, the formula without the @ in front of III *also* works in this > case. I don't know whether that's an accident or intended behavior. FWIW, I don't know neither... maybe Carsten can tell. -- Bastien

Re: [O] Org-Mode Reference Card "bug"

2013-02-28 Thread Sebastien Vauban
Bastien, Bastien wrote: > "Sebastien Vauban" writes: >> They should not visually disappear, but they do. > > No... chances are that it comes from your configuration. Please always > assume it does first, then provide a recipe if it's with emacs -Q. Thanks! Yes, it does. I still had the following

Re: [O] Org-Mode Reference Card "bug"

2013-02-28 Thread Nick Dokos
Sebastien Vauban wrote: > Hello Frank and Nick, > > Nick Dokos wrote: > > Frank Mueller wrote: > > > >> Just a remark to the Org-Mode Reference Card > >> (http://orgmode.org/orgcard.pdf). > >> > >> There is a little bug in the spreadsheet description. > >> > >> wrong: > >> sum from 2nd to 3rd

Re: [O] Org-Mode Reference Card "bug"

2013-02-28 Thread Bastien
"Sebastien Vauban" writes: > They should not visually disappear, but they do. No... chances are that it comes from your configuration. Please always assume it does first, then provide a recipe if it's with emacs -Q. Thanks! -- Bastien

Re: [O] Org-Mode Reference Card "bug"

2013-02-28 Thread Sebastien Vauban
Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> Now, maybe you're hit by a feature here: when setting >> `org-hide-emphasis-markers' to t, some `@' disappear from the formula (as >> you see them, while they're there: enable visible-mode and check it!). > > Why would @ disappear with `org

Re: [O] Org-Mode Reference Card "bug"

2013-02-28 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > Now, maybe you're hit by a feature here: when setting > `org-hide-emphasis-markers' to t, some `@' disappear from the formula (as you > see them, while they're there: enable visible-mode and check it!). Why would @ disappear with `org-hide-emphasis-mar

Re: [O] Org-Mode Reference Card "bug"

2013-02-28 Thread Sebastien Vauban
Hello Frank and Nick, Nick Dokos wrote: > Frank Mueller wrote: > >> Just a remark to the Org-Mode Reference Card >> (http://orgmode.org/orgcard.pdf). >> >> There is a little bug in the spreadsheet description. >> >> wrong: >> sum from 2nd to 3rd hline |:=vsum(@II..@III)| >> >> correct: >> sum

Re: [O] Org-Mode Reference Card "bug"

2013-02-27 Thread Nick Dokos
Frank Mueller wrote: > Just a remark to the Org-Mode Reference Card (http://orgmode.org/orgcard.pdf). > > There is a little bug in the spreadsheet description. > > wrong: > sum from 2nd to 3rd hline |:=vsum(@II..@III)| > > correct: > sum from 2nd to 3rd hline |:=vsum(@II..III)| > > The second