From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Re: [Bug] Logbook mode doesn't honor org-log-note-headings Date: Tue, 15 Dec 2009 12:03:34 +0100 Message-ID: <51b0095d0912150303r71ef358dg3067de9d7d6174fb@mail.gmail.com> References: <51b0095d0912101420k34fb05ebx7029edf516fcd02c@mail.gmail.com> <96F27562-F7EA-46F1-81A0-FA099B8704CD@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKVBr-0001tB-8g for emacs-orgmode@gnu.org; Tue, 15 Dec 2009 06:03:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKVBq-0001sS-88 for emacs-orgmode@gnu.org; Tue, 15 Dec 2009 06:03:38 -0500 Received: from [199.232.76.173] (port=54825 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKVBp-0001s7-Tm for emacs-orgmode@gnu.org; Tue, 15 Dec 2009 06:03:37 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]:23527) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKVBp-0002XS-G1 for emacs-orgmode@gnu.org; Tue, 15 Dec 2009 06:03:37 -0500 Received: by fg-out-1718.google.com with SMTP id 16so304037fgg.12 for ; Tue, 15 Dec 2009 03:03:36 -0800 (PST) In-Reply-To: <96F27562-F7EA-46F1-81A0-FA099B8704CD@gmail.com> 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: emacs-orgmode 2009/12/14 Carsten Dominik : > Hi Nicolas, > > On Dec 10, 2009, at 11:20 PM, Nicolas Girard wrote: > >> Hi, >> >> Org offers the ability to customize how state changes should be >> recorded via the 'org-log-note-headings' variable; and I couldn't >> prevent myself from doing so. >> I just came to realize this was the reason why the "logbook mode" kept >> being desperatly silent in my agenda views... > > I think this only applies to the state changes, right? =A0Or is there any= thing > else dependent on this? > I'm not sure I understand your question ; I think yes, and what you just added to the documentation is self explaining, thanks ! There seems to be an extra 'because', btw: diff --git a/lisp/org.el b/lisp/org.el @@ -2070,7 +2070,10 @@ empty string. +In fact, it is not a good idea to change the `state' entry, because +because agenda log mode depends on the format of these entries." --=20 Nicolas