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: Thu, 04 Oct 2007 12:24:33 +0100 Message-ID: <87fy0ri1dq.fsf@bzg.ath.cx> References: <93a9124009e1ee0ce55829e44bf3a878@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 1IdOos-00040U-L6 for emacs-orgmode@gnu.org; Thu, 04 Oct 2007 07:24:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdOop-0003z7-Iq for emacs-orgmode@gnu.org; Thu, 04 Oct 2007 07:24:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdOop-0003z0-DJ for emacs-orgmode@gnu.org; Thu, 04 Oct 2007 07:24:39 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IdOop-0007WC-17 for emacs-orgmode@gnu.org; Thu, 04 Oct 2007 07:24:39 -0400 Received: by ug-out-1314.google.com with SMTP id m4so341304uge for ; Thu, 04 Oct 2007 04:24:38 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Thu, 4 Oct 2007 09:26:27 +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: >>> * repetitive entry >>> :PROPERTIES: >>> :org-log-done: nil >>> :END: >> >> Sounds like a great way to do it! > > The alternative would be a LOGGING property where you could set the same > keywords as in the STARTUP line. What is better? I think using LOGGING is a bit better. BTW, this is documented in (info "(Org)In-buffer settings") : | 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 changes | | 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 | But the docstring of `org-log-done' doesn't mention all these options. And (info "(Org)Progress Logging") should mention all these option somewhere, or at least link back to the in-buffer settings back. -- Bastien