[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Bug: logging & PROPERTIES [6.36trans]
From: |
Giovanni Ridolfi |
Subject: |
Re: [Orgmode] Bug: logging & PROPERTIES [6.36trans] |
Date: |
Mon, 05 Jul 2010 12:52:45 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) |
Carsten Dominik <address@hidden> writes:
Hi, Carsten,
>> a file according to the manual
>> -------------------------------------
>> -*- mode: org; -*-
>> * TODO Log each state with only a time
>> :PROPERTIES:
>> :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
>> :END:
>> ------------------------------
>> Then I restarted Emacs and opened such file.
>>
yes is S-right-cursor
> If yes, take a look at the variable
>
> org-treat-S-cursor-todo-selection-as-state-change
> The default is t, but maybe you have set it to nil?
The value is "t": in the *Help* buffer I read:
"org-treat-S-cursor-todo-selection-as-state-change is a variable defined in
`org.el'.
Its value is t"
I downloaded the latest org-version, last commit:
commit 9e9bc164760f2c4b428ce06c48367ac4fb364204
Capture: fix the function target
But, also in this version, the value of the TODO sequence
in the :PROPERTY: drawer (i.e. TODO(!) WAIT(!) DONE(!) CANCELED(!) )
is *not* considered, when I change the todo state
and it is used only the default value: TODO, DONE.
If I change the "todo-keyword" and write "WAIT", 'WAIT' reamins in a plain
font and does not become red, it is not fontified.
Giovanni
P.S.
>> * TODO No logging at all
>> :PROPERTIES:
>> :LOGGING: nil
>> Q: why a timestamp is added ? shulden't the default be overidden by
>> the value in the :PROPERTY:?
>
> Yes, this was a bug, fixed now.
Thanks, I saw it yesterday:
"Repair the working of a LOGGING property value `nil'"