>>>>> "Nicolas" == Nicolas Goaziou <[email protected]> writes:
Nicolas> None that I know. This is fixed. Thank you.
Thanks. Unfortunately I now get an error when I try to reschedule:
Error in post-command-hook (org-add-log-note): (wrong-type-argument
char-or-string-p time)
The relevant part of my config is:
--8<---------------cut here---------------start------------->8---
(setq
org-log-reschedule (quote time)
org-log-redeadline (quote time)
)
(setq org-log-note-headings
(cons '(reschedule . "Rescheduled from %S to %s on %t")
org-log-note-headings))
(setq org-log-note-headings
(cons '(redeadline . "New deadline from %S to %s on %t")
org-log-note-headings))
--8<---------------cut here---------------end--------------->8---
Malcolm
--
Malcolm Purvis <[email protected]>