From mboxrd@z Thu Jan 1 00:00:00 1970 From: bzg@altern.org Subject: Re: FR: Using properties to customize global settings on a per-entry basis Date: Sat, 6 Oct 2007 05:06:56 +0200 (CEST) Message-ID: <57328.84.66.197.52.1191640016.squirrel@altern.org> References: <93a9124009e1ee0ce55829e44bf3a878@science.uva.nl> <87fy0ri1dq.fsf@bzg.ath.cx> <9cc854bff9d3fff72a5a9f7ed87235de@science.uva.nl> 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 1Idz0G-0001g6-3M for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 22:02:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Idz0E-0001cz-E1 for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 22:02:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Idz0E-0001cq-Af for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 22:02:50 -0400 Received: from altern.org ([80.67.174.57] helo=filer2.altern.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Idz0D-0000dr-TM for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 22:02:50 -0400 In-Reply-To: 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: John Wiegley Cc: emacs-orgmode@gnu.org >>> I think using LOGGING is a bit better. >> >> So what do I do? More votes? > > If you want to start using the facility for generally overriding Lisp > values, then your original proposal is better. But if this is just goi= ng > to be for a few exceptions, LOGGING fits much better with the > present scheme and docs. Granted. But to some respect Org has its own definition of 'options' (like startup options) and I think it's clearer for users to be offered to use these Org options first. A general mechanism to set org-log-done for each subtree looks nice, but then the user will be able to mix org-log-done in its main config, lognotedone in the startup options, and org-log-done for some trees. Good for advanced users, maybe slightly confusing for others. (I know it's bad practice to speak for "others" so I won't rely/dwell on this too much... others can speak for themselves!) --=20 Bastien