From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Request for opinions: [ANN] List improvement v.2o Date: Sat, 21 Aug 2010 07:29:52 -0400 Message-ID: <87bp8wgq4v.fsf@gollum.intra.norang.ca> References: <87ocdzw7gq.wl%n.goaziou@gmail.com> <17A93AC0-1896-481D-B2E9-E1DA5879A1D0@gmail.com> <87zkwiyucp.wl%n.goaziou@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=53922 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmmGt-0006Om-UP for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 07:30:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmmGs-0000eJ-Qy for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 07:29:59 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:54964) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmmGs-0000eF-O7 for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 07:29:58 -0400 In-Reply-To: <87zkwiyucp.wl%n.goaziou@gmail.com> (Nicolas Goaziou's message of "Fri, 20 Aug 2010 02:56:54 +0200") 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: Nicolas Goaziou Cc: Org Mode List , Carsten Dominik Nicolas Goaziou writes: Hi Nicolas, I just started trying out your new list code in one of my org-mode setups and I think I found a problem. Today I entered an org-capture task like this ,---- | ** NEXT Investigate errors in log | :CLOCK: | CLOCK: [2010-08-21 Sat 07:00] | :END: | :LOGBOOK: | - State "NEXT" from "TODO" [2010-08-21 Sat 07:00] | :END: | [2010-08-21 Sat 07:00] `---- and when I hit TAB at the end of this to add details I get this ,---- | ** NEXT Investigate errors in log | :CLOCK: | CLOCK: [2010-08-21 Sat 07:00] | :END: | :LOGBOOK: | - State "NEXT" from "TODO" [2010-08-21 Sat 07:00] | :END: | [2010-08-21 Sat 07:00] | >cursor goes here | >instead of here `---- The tab indent is treating the list in the :LOGBOOK: as active even though I'm not in the drawer. Regards, Bernt