Re: [O] Need help debugging org-capture-template failure invoked by keyboard macro

2015-01-08 Thread Felix Fernandes
I'm no lisp expert, but I have attempted to indent the backtrace below for easier reading. Debugger entered--Lisp error: (error "Capture abort: (wrong-type-argument stringp (file:~/org/todo.org::*Tasks Tasks))") signal(error ("Capture abort: (wrong-type-argument stringp (file:~/org/todo.org::*T

[O] Need help debugging org-capture-template failure invoked by keyboard macro

2015-01-08 Thread Felix Fernandes
I am trying to use the following keyboard test macro (fset 'jj [?\C-c ?c ?t ?j ?j return ?\C-c ?\C-c]) to invoke this capture template definition (setq org-capture-templates '(("t" "Todo" entry (file "~/org/j.org" Note that C-c c invokes M-x org-capture. Unfortunately, it produce