Re: [O] Keyboard command to force "done"

2012-10-24 Thread Bastien
HI Nathan, Nathan Neff 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, --

[O] Keyboard command to force "done"

2012-10-11 Thread Nathan Neff
Hello, I'd like to create a keyboard shortcut to set a TODO state to "done" and ignore any dependencies/blocking (like todo items in subheadings, or checkboxes). >From the documentation for (org-todo) I see that I need to specify the argument prefix of C-u C-u C-u I have other keyboard shortcuts