emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Logging the new time on a reschedule.


From: Malcolm Purvis
Subject: [O] Logging the new time on a reschedule.
Date: Wed, 19 Aug 2015 12:09:43 +1000
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (darwin)

I would like to log the new time as well as the old when changing the
scheduling or deadline of a task.  I changed the value of
org-log-note-headings to include the new time (%s) in the reschedule
log:

    (reschedule .  "Rescheduled from %S to %s on %t")

and set org-log-reschedule to 'time.  However the new time is missing
from the log entry:

    - Rescheduled from "[2015-08-21 Fri]" to  on [2015-08-19 Wed 11:03]

I expected this instead:

    - Rescheduled from "[2015-08-29 Sat]" to "[2015-09-19 Sat]" on [2015-08-19 
Wed 11:38]

The cause is neither org-schedule nor org-deadline pass the the new time
to org-add-log-setup.  Is there a reason for this?

Malcolm

-- 
               Malcolm Purvis <address@hidden>



reply via email to

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