From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: FR: Using properties to customize global settings on a per-entry basis Date: Wed, 03 Oct 2007 13:57:34 -0400 Message-ID: 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 1Id8Th-00024S-7M for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 13:57:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Id8Tg-00023R-1R for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 13:57:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Id8Tf-00023K-Qb for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 13:57:43 -0400 Received: from johnwiegley.com ([208.70.150.153] helo=mail.johnwiegley.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Id8Tf-0001le-5b for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 13:57:43 -0400 Received: from Hermes.local (unknown [72.22.154.84]) by mail.johnwiegley.com (Postfix) with ESMTP id 22EC24224CD for ; Wed, 3 Oct 2007 12:57:41 -0500 (CDT) In-Reply-To: <93a9124009e1ee0ce55829e44bf3a878@science.uva.nl> (Carsten Dominik's message of "Wed\, 3 Oct 2007 15\:27\:11 +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: > OK, how about a general mechanism like this: If there is a property > :org-log-done:, it will be used instead of the current value of > org-log-done during TODO state changeing, like > > * repetitive entry > :PROPERTIES: > :org-log-done: nil > :END: Sounds like a great way to do it! John