From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: logging & PROPERTIES [6.36trans] Date: Tue, 6 Jul 2010 09:10:23 +0200 Message-ID: <0C826627-2A4D-4D0A-9F68-167F15AE2DF4@gmail.com> References: <83sk426o6w.fsf@yahoo.it> <83fwzy2oaq.fsf@yahoo.it> <33C8B4BE-97B6-4FFD-9263-F257448FE06D@gmail.com> <838w5q2akg.fsf@yahoo.it> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46365 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OW2IX-00081y-R2 for emacs-orgmode@gnu.org; Tue, 06 Jul 2010 03:10:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OW2IW-0008MH-H2 for emacs-orgmode@gnu.org; Tue, 06 Jul 2010 03:10:29 -0400 Received: from pony.ic.uva.nl ([145.18.40.181]:58916) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OW2IW-0008M7-4a for emacs-orgmode@gnu.org; Tue, 06 Jul 2010 03:10:28 -0400 In-Reply-To: <838w5q2akg.fsf@yahoo.it> 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: Giovanni Ridolfi Cc: emacs-orgmode@gnu.org On Jul 5, 2010, at 5:49 PM, Giovanni Ridolfi wrote: > Carsten Dominik writes: > >>> If I change the "todo-keyword" and write "WAIT", 'WAIT' reamins in a >>> plain font >> >> THis is probably because you have neither configured org-todo- >> keywords, nor have you put a >> >> #+TODO: TODO WAIT | DONE CANCEL >> >> line into the buffer. You need to tell Org mode what the todo >> keywords are. > > I see. I found the documentation not so explicit. > > Do you think the following patch will clarify the sentence? Hmmm, not really. think it is kind of obvious from the docs that you need to define TODO states before you can use them, and I think it must be bad luck that you first were reading about LOGGING, before defining your TODO keywords. > > cheers, > Giovanni > > P.S. I sent a patch for the documentation, but Stephen Eglen sent a > more > complete patch, including also the typo I found. > Please reject or archive the patch > http://patchwork.newartisans.com/patch/106/ Done. Thanks! - Carsten > > --- org.texi 2010-07-05 17:22:17.923843200 +0200 > +++ org-gio.texi 2010-07-05 17:38:24.764091200 +0200 > @@ -3775,5 +3775,6 @@ > > @cindex property, LOGGING > -In order to define logging settings that are local to a subtree or a > +Once the TODO keywords have been set, in order to define logging > +settings that are local to a subtree or a > single item, define a LOGGING property in this entry. Any non-empty > LOGGING property resets all logging settings to nil. You may then > turn - Carsten