Re: [O] Condition Case Before First Headline

2012-08-22 Thread Bastien
Juan Pechiar writes: > I can reproduce this (latest git version) if the clocktable > declaration lies before the first heading. If the clocktable is before the first heading, the :scope tree1 parameter does not make sense anyway. Esben, does that explain your problem? -- Bastien

Re: [O] Condition Case Before First Headline

2012-08-22 Thread Juan Pechiar
I can reproduce this (latest git version) if the clocktable declaration lies before the first heading. Minimal example: bla bla #+BEGIN: clocktable :maxlevel 7 :block yesterday :scope tree1 #+END: bla bla * heading1 :LOGBOOK: CL

Re: [O] Condition Case Before First Headline

2012-08-22 Thread Bastien
Esben Stien writes: > I've stumbled into serious trouble with my org file. What version of org are you using? > I C-c C-c over: > > #+BEGIN: clocktable :maxlevel 7 :block yesterday :scope tree1 > > , but I get: > > condition-case: Before first headline at position 2408 in buffer agenda.org >

[O] Condition Case Before First Headline

2012-08-22 Thread Esben Stien
I've stumbled into serious trouble with my org file. I C-c C-c over: #+BEGIN: clocktable :maxlevel 7 :block yesterday :scope tree1 , but I get: condition-case: Before first headline at position 2408 in buffer agenda.org I cannot figure out what's wrong; there's nothing special at line 2408