HI Nathan, Nathan Neff <nathan.n...@gmail.com> writes:
> (defun njn/force-done () > (interactive) > (setq current-prefix-arg '(64)) ; specify universal argument as > C-u C-u C-u (4*4*4) > (call-interactively 'org-todo)) ; don't know the syntax to pass > 'done to 'org-todo > ) (org-todo 'done) HTH, -- Bastien