emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug in org-log-into-drawer


From: Erik Hetzner
Subject: Re: [O] Bug in org-log-into-drawer
Date: Mon, 29 Oct 2012 20:30:35 -0700
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Mon, 29 Oct 2012 17:07:23 +0100,
Sebastien Vauban wrote:
> 
> Hello Erik and Bastien,
>
> […]
>
> I share your point...
> 
> But do we all agree that your original example had to fail when
> LOG_INTO_DRAWER is not inherited?[1]
> 
> Or do I miss some point?
> 
> Seb

Hi Sebastien,

Yes, I had a bad example. But the function org-log-into-drawer would
not work (before my patch) on the following example either:

  * TODO Foo
    :PROPERTIES:
    :LOG_INTO_DRAWER: nil
    :END:

The issue was with the distinction between the value nil and string
"nil". org-entry-get (without an additional arg) will return the value
nil in the above example, which meant that the value of
org-log-into-drawer (t) was not being overidden.

best, Erik

Sent from my free software system <http://fsf.org/>.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]