From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug in clocking in: the list becomes corrupted by the CLOCK drawer Date: Wed, 11 Feb 2009 13:21:33 +0100 Message-ID: <7B2A6D57-FF26-4BA6-92F6-D520183410A9@uva.nl> References: <8763jj1wj3.fsf@CPU107.opentrends.net> <874oz1kz6w.fsf@CPU107.opentrends.net> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXE60-0003jC-S2 for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 07:21:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXE5y-0003hg-E9 for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 07:21:40 -0500 Received: from [199.232.76.173] (port=50620 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXE5x-0003hY-Sx for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 07:21:37 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:52198) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXE5x-00024g-DL for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 07:21:37 -0500 Received: by ewy13 with SMTP id 13so269863ewy.18 for ; Wed, 11 Feb 2009 04:21:36 -0800 (PST) In-Reply-To: <874oz1kz6w.fsf@CPU107.opentrends.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daniel Clemente Cc: emacs org-mode mailing list On Feb 11, 2009, at 12:09 PM, Daniel Clemente wrote: > > >> this is difficult to avoid, since Org tries to incude clock notes >> into the drawer, which look like items as well. > > They look like normal content except for the indentation. > If it were like this, it would be very hard to differentiate: > > --------------------------------------- > * learn the alphabet > CLOCK: [2009-01-26 dl 17:04]--[2009-01-26 dl 18:04] => 1:00 > - a > - b > - c > - d > > --------------------------------------- > > > However, it is never like that. There's always at least 1 space/ > tab, like in: > > --------------------------------------- > * learn the alphabet > CLOCK: [2009-01-26 dl 17:04]--[2009-01-26 dl 18:04] => 1:00 > - a > - b > - c > - d > > --------------------------------------- > > And thus it's possible to tell where the real content starts: at > the first line without indentation. > > > Of course, if the user uses indentation at the first line, The true problem here is: I am such a user. :-) - Carsten > they will be considered part of the drawers. Something like this: > > --------------------------------------- > * learn the alphabet > CLOCK: [2009-01-26 dl 17:04]--[2009-01-26 dl 18:04] => 1:00 > - a > - b > - c > - d > > --------------------------------------- > > But that would probably be what the user wanted; anyway this is not > the usual case. > On the other hand, I think the second example is more usual and > should work. > > > Thanks, > Daniel