emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Bug: logging & PROPERTIES [6.36trans]


From: Carsten Dominik
Subject: Re: [Orgmode] Bug: logging & PROPERTIES [6.36trans]
Date: Mon, 5 Jul 2010 16:51:50 +0200


On Jul 5, 2010, at 12:52 PM, Giovanni Ridolfi wrote:

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.


THis is probably because you have neither configured org-todo- keywords, nor have you put a

#+TODO: TODO WAIT | DONE CANCEL

line into the buffer. You need to tell Org mode what the todo keywords are.

- Carsten




reply via email to

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