Dan Griswold <dgris...@rochester.rr.com> 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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to