From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Bug in clocking in: the list becomes corrupted by the CLOCK drawer Date: Wed, 11 Feb 2009 17:54:37 +0530 Message-ID: References: <8763jj1wj3.fsf@CPU107.opentrends.net> <874oz1kz6w.fsf@CPU107.opentrends.net> <7B2A6D57-FF26-4BA6-92F6-D520183410A9@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXE8u-0004sM-Tb for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 07:24:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXE8u-0004s0-1x for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 07:24:40 -0500 Received: from [199.232.76.173] (port=34945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXE8t-0004rx-TW for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 07:24:39 -0500 Received: from ti-out-0910.google.com ([209.85.142.188]:56824) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXE8t-0002hk-AQ for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 07:24:39 -0500 Received: by ti-out-0910.google.com with SMTP id j3so98017tid.10 for ; Wed, 11 Feb 2009 04:24:37 -0800 (PST) In-Reply-To: <7B2A6D57-FF26-4BA6-92F6-D520183410A9@uva.nl> 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: Carsten Dominik Cc: emacs org-mode mailing list On Wed, Feb 11, 2009 at 5:51 PM, Carsten Dominik wrote: > > 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. :-) Ditto. :) -- Manish