emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Bug in clocking in: the list becomes corrupted by the CLOC


From: Carsten Dominik
Subject: Re: [Orgmode] Bug in clocking in: the list becomes corrupted by the CLOCK drawer
Date: Wed, 11 Feb 2009 11:34:17 +0100


On Feb 9, 2009, at 4:04 PM, Daniel Clemente wrote:


 Hi, with org-mode 6.21b and since some versions ago:

---------------------------------------
* learn the alphabet
 CLOCK: [2009-01-26 dl 17:04]--[2009-01-26 dl 18:04] =>  1:00
- a
- b
- c
- d

---------------------------------------



  With that file, clock in that task. You will get the drawer written like this:

---------------------------------------
* learn the alphabet
 :CLOCK:
 CLOCK: [2009-02-09 dl 16:03]
 CLOCK: [2009-01-26 dl 17:04]--[2009-01-26 dl 18:04] =>  1:00
- a
- b
  :END:
- c
- d

Hi Daniel,

this is difficult to avoid, since Org tries to incude clock notes
into the drawer, which look like items as well.

Here are your options:

1. Leave an empty line after the heading, before you list

2. The most robust may be to use

   (setq org-clock-into-drawer t)

   which will create the drawer immediately, already for
   the first clock entry.

HTH


- Carsten


reply via email to

[Prev in Thread] Current Thread [Next in Thread]