From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Request for opinions: [ANN] List improvement v.2o Date: Sat, 21 Aug 2010 16:18:42 +0200 Message-ID: <87iq34f3r1.wl%n.goaziou@gmail.com> References: <87ocdzw7gq.wl%n.goaziou@gmail.com> <17A93AC0-1896-481D-B2E9-E1DA5879A1D0@gmail.com> <87zkwiyucp.wl%n.goaziou@gmail.com> <87bp8wgq4v.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=52798 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Omouv-0005X5-DE for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 10:19:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Omouq-0000ZT-CG for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 10:19:29 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:34350) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Omouq-0000ZM-7T for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 10:19:24 -0400 Received: by wyg36 with SMTP id 36so5275692wyg.0 for ; Sat, 21 Aug 2010 07:19:23 -0700 (PDT) In-Reply-To: <87bp8wgq4v.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: Org Mode List , Carsten Dominik Hello, >>>>> Bernt Hansen writes: > 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. It is now fixed. Thank you very much for testing this branch and reporting this bug. Regards -- Nicolas