From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: FR: Using properties to customize global settings on a per-entry basis Date: Fri, 05 Oct 2007 13:13:05 +0100 Message-ID: <87prztyd2m.fsf@bzg.ath.cx> References: <93a9124009e1ee0ce55829e44bf3a878@science.uva.nl> <87fy0ri1dq.fsf@bzg.ath.cx> <9cc854bff9d3fff72a5a9f7ed87235de@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Idl7K-0006zL-AU for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 07:13:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Idl7H-0006vY-So for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 07:13:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Idl7H-0006vN-Pe for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 07:13:11 -0400 Received: from nf-out-0910.google.com ([64.233.182.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Idl7H-0005et-HY for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 07:13:11 -0400 Received: by nf-out-0910.google.com with SMTP id f5so422366nfh for ; Fri, 05 Oct 2007 04:13:09 -0700 (PDT) In-Reply-To: <9cc854bff9d3fff72a5a9f7ed87235de@science.uva.nl> (Carsten Dominik's message of "Fri, 5 Oct 2007 10:02:21 +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: emacs-orgmode@gnu.org Carsten Dominik writes: >> I think using LOGGING is a bit better. > > So what do I do? More votes? > >> | logging | record a timestamp when an item is marked DONE >> | nologging | don't record when items are marked DONE >> | lognotedone | record timestamp and a note when DONE >> | lognotestate | record timestamp and a note when TODO state >> | logrepeat | record a note when re-instating a repeating item >> | nologrepeat | do not record when re-instating repeating item >> | lognoteclock-out | record timestamp and a note when clocking out Well.. if we can access all these options thru a single :LOGGING: property, that's another argument for it, no? For instance, using a property :org-log-done: wouldn't let us use nologrepeat, for example. -- Bastien