emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: confused about logging


From: Bernt Hansen
Subject: [Orgmode] Re: confused about logging
Date: Mon, 12 Apr 2010 20:55:39 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Dan Griswold <address@hidden> writes:

> Hi all,
>
> I have a repeating task, like so:
>
> *** TODO Print copies                                              :@PRINT:
>     SCHEDULED: <2010-03-09 Tue ++1w>
>
> I would like to have things set so that when I change the todo state,
> and the schedule advances, then there will not be any logging done.
>
> However, with org-log-repeat, org-log-done, and org-log-done-with-time
> all set to nil (indeed, it appears all org-log-X vars are set to nil),
> I get a timestamp in a property drawer when I advance the schedule, like
> so:
>
> *** TODO Print copies                                              :@PRINT:
>     SCHEDULED: <2010-04-13 Tue ++1w>
>     :PROPERTIES:
>     :LAST_REPEAT: [2010-04-12 Mon 20:06]
>     :END:
>
> This happens with an emacs environment started with emacs -q, and a file
> that contains only the above entry.
>
> I don't need or want such information recorded. But I don't know how to
> stop it, and I don't know where else to look for the responsible
> variable.
>
> Any hints?

Set the property

  :LOGGING:  nil

-Bernt




reply via email to

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