From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Bug: LOGGING property does not stop asking for a note Date: Thu, 14 Feb 2008 14:33:28 -0500 Message-ID: <877ih7l4dz.fsf@gollum.intra.norang.ca> References: <87d4qzl68p.fsf@gollum.intra.norang.ca> <118D09D2-12FC-444A-9359-6207BB4B8869@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 1JPjpv-00066R-HY for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 14:33:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPjpt-00063N-MK for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 14:33:34 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPjpt-000636-HR for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 14:33:33 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JPjpt-0003ou-6P for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 14:33:33 -0500 In-Reply-To: <118D09D2-12FC-444A-9359-6207BB4B8869@science.uva.nl> (Carsten Dominik's message of "Thu\, 14 Feb 2008 20\:19\:39 +0100") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > First of all, you would need > > :LOGGING: nologging > > this must be one of the standard keywords, it is parsed exactly like > an in-buffer option. Thanks - using the right keyword makes it work much better :). The values for the :LOGGING: property are not obvious to me - I went through the org.pdf file and the source when I came up with 'off' :/ I was expecting it to work for repeated tasks and having it not work probably made me try other values for LOGGING (I ended up reading the org.el source to try to figure out what the right value was.) Obviously I need to polish my Lisp skills some more... (do I have any yet? :) ) If I come up with a good patch for the LOGGING documentation I'll send it in. > > Secondly, I am internally forcing a log entry when repeating an entry, > with the assumption that you'd always want a log of acting on a > repeating > task. > > Hmmm, maybe a LOGGING property should be honoured also in this case.... Yes I'd like to be able to turn this off for some repeated tasks. They are there to remind me to do them but I don't need the extra overhead of adding a log note each time they're done. Things like my weekly reminder to pay the bills :) don't need log notes. Yes -- I regularly do not know what day of the week it is ;) Thanks! Bernt