From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Possible bug in ordered tasks Date: Sat, 26 Jun 2010 07:55:20 +0200 Message-ID: <3A51DA88-E03E-40EE-8CB4-51C8589E1108@gmail.com> References: <4C1B93D4.1050000@sift.info> <4264D53A-92CE-43C1-A7CC-5526DDD90BC4@gmail.com> <4C24ADBD.3090204@sift.info> <5896B53A-BDA5-4D02-9DD5-7121A8DB0165@gmail.com> <87eifvdjsm.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=56149 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSOa6-0000X5-7O for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 02:09:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSOMP-0006XY-8B for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 01:55:26 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:57419) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSOMP-0006XQ-4G for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 01:55:25 -0400 Received: by wwf26 with SMTP id 26so1631363wwf.0 for ; Fri, 25 Jun 2010 22:55:23 -0700 (PDT) In-Reply-To: <87eifvdjsm.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: Org Mode , rpgoldman@sift.info On Jun 25, 2010, at 8:55 PM, Bernt Hansen wrote: > Carsten Dominik writes: > >> On Jun 25, 2010, at 3:23 PM, Robert Goldman wrote: >> >>> Question: what is the proper way to get a NIL into a property? Are >>> we >>> to use () instead of "nil"? Or are property values always >>> interpreted >>> as strings? >>> >>> Apologies in advance if this is a stupid question! >> >> Not a stupid question at all. >> >> There is no way, currently. Property values are string - the only >> way to make >> org-entry-get return nil is to not have the property defined at all. > > I've wanted a similar thing in the past for the LOGGING property where > the parent task has special logging set via the LOGGING property but I > want to undo that for some of the child tasks so they use the default > logging setup. > > Having a way to undefine a property would be good in general I think. This does now work, the property value "nil" will now be interpreted as explicit undefine of a property. - Carsten