emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] confused about logging


From: Carsten Dominik
Subject: Re: [Orgmode] confused about logging
Date: Wed, 14 Apr 2010 13:49:57 +0200


On Apr 13, 2010, at 2:10 AM, Dan Griswold wrote:

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?

If you pull the newest version, this information is only recorded if either
org-log-repeat is non-nil, or if the entry is collecting clocking data.

Hope this solves the problem for you.

- Carsten


Thanks,

Dan


--
Dan Griswold
Rochester, NY



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

- Carsten







reply via email to

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