[Orgmode] BUG: clock table gets corrupted (Emacs 21)

2009-01-13 Thread Stefan Ring
Hi, today I decided to bisect a major annoyance that has bugged me for quite some time now. I'm using a relatively old version of Emacs on Fedora 5. Emacs 21.4.1 from emacs-21.4-14.x86_64.rpm, to be exact. Upon clocking in, a single CLOCK: line is converted to a :CLOCK: block, and this is wh

[Orgmode] Re: BUG: clock table gets corrupted (Emacs 21)

2009-01-13 Thread Stefan Ring
When I revert this single line in the current head, it starts working again. Actually I also have to revert the change to org-clock-find-position. Sorry, missed that before. Stefan ___ Emacs-orgmode mailing list Remember: use `Reply All' to send r

[Orgmode] Re: BUG: clock table gets corrupted (Emacs 21)

2009-01-13 Thread Stefan Ring
Stefan Ring wrote: When I revert this single line in the current head, it starts working again. Actually I also have to revert the change to org-clock-find-position. Sorry, missed that before. But then creating the clock table doesn't work anymore... So all is

Re: [Orgmode] BUG: clock table gets corrupted (Emacs 21)

2009-01-15 Thread Stefan Ring
Carsten Dominik wrote: Hi Stefan, this problem seems only to happen in Emacs 21, and I have stopped putting time into Emacs 21 support. Can't you just get a more recent version of Emacs? I guess I'll have to... I wasn't aware that Emacs 21 is not supported anymore. Maybe you could put a pre

Re: [Orgmode] BUG: clock table gets corrupted (Emacs 21)

2009-01-19 Thread Stefan Ring
Carsten Dominik wrote: Hi Stefan, you may also be able to work around this problem with (setq org-clock-into-drawer t) (wich will put already the first clock line into a drawer), or with (setq org-clock-into-drawer nil) (which will never create clock drawers). HTH - Carsten Thank