From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Bug in clocking in: the list becomes corrupted by the CLOCK drawer Date: Wed, 11 Feb 2009 10:03:08 -0500 Message-ID: <87bpt9ggnn.fsf@gollum.intra.norang.ca> References: <8763jj1wj3.fsf@CPU107.opentrends.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXGcM-0000oe-2B for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 10:03:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXGcK-0000nR-FH for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 10:03:13 -0500 Received: from [199.232.76.173] (port=38623 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXGcK-0000nO-Af for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 10:03:12 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:60498) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LXGcJ-0008Mg-T6 for emacs-orgmode@gnu.org; Wed, 11 Feb 2009 10:03:11 -0500 In-Reply-To: (Carsten Dominik's message of "Wed\, 11 Feb 2009 11\:34\:17 +0100") 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 Carsten Dominik writes: > 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. Hi Carsten, I'll change my setting from 2 to this as well. I tried using the customize interface to set this to 't' and it complains that it is expecting an integer. So I set it to 1 which I assume means the same as t in this case (I didn't check the code to prove that though). -Bernt