From b5ab1b97db0827ea7df7cb10154bd5d34c12ffdb Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 6 Jan 2012 16:06:27 +0100 Subject: HLWM: Let me decide which kind of todo item --- bin/hlwm/capture-todo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/hlwm/capture-todo b/bin/hlwm/capture-todo index a93d1da..75c24a4 100755 --- a/bin/hlwm/capture-todo +++ b/bin/hlwm/capture-todo @@ -2,4 +2,5 @@ herbstclient rule pseudotile=on once emacs -Q -l ~/.emacs.d/site-lisp/org-init.elc \ - --execute "(progn (org-capture nil \"t\") (delete-other-windows) (add-hook 'org-capture-after-finalize-hook 'kill-emacs))" + --execute "(progn (org-capture) (delete-other-windows) + (add-hook 'org-capture-after-finalize-hook 'kill-emacs))" -- cgit v1.2.3-54-g00ecf