Re: [O] New issue with capture

2012-01-22 Thread Ido Magal
For the benefit of future archive-reading generations, I isolated the issue to a bug in the emacs head revision at the time I built it. Re-fetching and building fixed it. On Mon, Jan 9, 2012 at 20:17, Ido Magal wrote: > This is GNU Emacs 24.0.92.1 (i386-apple-darwin11.2.0, NS > apple-appkit-113

Re: [O] New issue with capture

2012-01-09 Thread Ido Magal
This is GNU Emacs 24.0.92.1 (i386-apple-darwin11.2.0, NS apple-appkit-1138.23) I've reduced my .emacs to the following: = (setq org-capture-templates '(("t" "Task" entry (file+datetree "~/org/tasks.org") "** next %?"))) ==

Re: [O] New issue with capture

2012-01-09 Thread Bastien
Hi Ido, Ido Magal writes: > When I attempt to org-capture-finalize, I get > > Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) > org-capture-bookmark-last-stored-position() > org-capture-finalize(nil) > call-interactively(org-capture-finalize nil nil) I cannot (