Hi Eric,

Eric S Fraga <e.fr...@ucl.ac.uk> writes:

> #+begin_src emacs-lisp
> (add-hook 'org-after-todo-state-change-hook
>         '(lambda ()
>            ;; remove the scheduled date/time if present as the activity is no 
> longer mine
>            ;; based on a suggestion by Manish on the org-mode mailing list
>            (if (string= org-state "WAIT") (org-schedule t))))
> #+end_src

You need to use (org-schedule '(4)) here, this is part of a change
in master that allows to use C-u C-u C-c C-s to add a delay (and 
same for C-u C-u C-c C-d which adds a warning delay.)

> Any suggestions (other than remove the hook ;-)?

HTH!

-- 
 Bastien

Reply via email to