From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: A little warning Date: Sun, 15 Feb 2009 20:16:38 +0100 Message-ID: <888A8B01-84D1-4A6C-A226-BC207F74EE22@uva.nl> References: 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 1LYmTs-0007Tr-Qy for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 14:16:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LYmTr-0007TR-Vr for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 14:16:44 -0500 Received: from [199.232.76.173] (port=46774 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYmTr-0007TM-QB for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 14:16:43 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:33131) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LYmTq-0000vQ-Pd for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 14:16:43 -0500 Received: by ewy13 with SMTP id 13so2785540ewy.18 for ; Sun, 15 Feb 2009 11:16:41 -0800 (PST) In-Reply-To: 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: Christopher Suckling Cc: org-mode mailing list Hi Christopher, thanks for pointing this out, fixed now. - Carsten On Feb 15, 2009, at 11:41 AM, Christopher Suckling wrote: > > On 15 Feb 2009, at 09:31, Carsten Dominik wrote: > >> >> just a little warning if you are pulling todays version >> from the git repo, there are changes that may be unexpected: >> >> I am abandoning the CLOCK drawer, and instead use >> the LOGBOOK drawer also for CLOCK lines and clock-out notes. >> This makes a lot of sense to me, hopefully also to you. >> >> Also, org-log-state-notes-into-drawer has been renamed to >> org-log-into-drawer, please use only this variable. >> > > I'm loving the new tidiness of the LOGBOOK drawer. > > One quick question: > > Even though the change of state is placed in the drawer, because it > is formatted as a list item it causes the main entry to be indented > one level further (this, of course, isn't a new problem with change > of state; I had just hoped that shoving it in a drawer would be an > automatic cure!) > > > * TODO Foo > :LOGBOOK:... > > lorem ipsum > > > Rather than > > > * TODO Foo > :LOGBOOK:... > > lorem ipsum > > > Best wishes, > > Christopher