Hi Eric, Eric Abrahamsen <e...@ericabrahamsen.net> writes:
> The fact that no one else has reported this makes me think it's user > error, but I can reproduce with emacs -Q, so here goes: > > Scheduling or deadlining an item with no existing SCHEDULE/DEADLINE > errors out, because both call code like this: > > (let* ((old-date (org-entry-get nil "SCHEDULED")) > (old-date-time (org-time-string-to-time old-date)) > > If there's no old-date, then "nil" gets fed to > `org-time-string-to-time', which doesn't accept "nil". How can I be so distracted? Fixed, *thanks* a lot! -- Bastien