From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: logging & PROPERTIES [6.36trans] Date: Mon, 5 Jul 2010 16:51:50 +0200 Message-ID: <33C8B4BE-97B6-4FFD-9263-F257448FE06D@gmail.com> References: <83sk426o6w.fsf@yahoo.it> <83fwzy2oaq.fsf@yahoo.it> 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=35734 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVn1Y-0004YP-Ur for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 10:51:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVn1X-0003X7-IR for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 10:51:56 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:43163) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVn1X-0003Wy-EA for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 10:51:55 -0400 Received: by wwi14 with SMTP id 14so4994080wwi.30 for ; Mon, 05 Jul 2010 07:51:54 -0700 (PDT) In-Reply-To: <83fwzy2oaq.fsf@yahoo.it> 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: Giovanni Ridolfi Cc: emacs-orgmode@gnu.org On Jul 5, 2010, at 12:52 PM, Giovanni Ridolfi wrote: > Carsten Dominik 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