Re: [O] [bug] org-capture fails with undefined org-time-was-given variable

2013-06-27 Thread Bastien
Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: I have tried tracing this through but have failed to figure out why the setting of this variable makes a difference. Thanks for the directions, fixed in maint now. -- Bastien

Re: [O] [bug] org-capture fails with undefined org-time-was-given variable

2013-05-24 Thread Eric S Fraga
Dear Nick Bastien, Thanks for your responses. Both of you indicated that you don't have the problem with Emacs -Q. I don't either. Sorry, I should have tried a minimal example before posting. In any case, I have tracked down the offending line in my customisation that leads to the error:

[O] [bug] org-capture fails with undefined org-time-was-given variable

2013-05-23 Thread Eric S Fraga
Hello, I have the following org capture template: #+begin_src emacs-lisp (setq org-capture-templates '((j journal entry (file+datetree+prompt ~/s/notes/journal.org) * %(format-time-string \%H:%M\) %^{Entry} %^G\n%i%?))) #+end_src (other rules elided for

Re: [O] [bug] org-capture fails with undefined org-time-was-given variable

2013-05-23 Thread Nick Dokos
Eric S Fraga e.fr...@ucl.ac.uk writes: Hello, I have the following org capture template: #+begin_src emacs-lisp (setq org-capture-templates '((j journal entry (file+datetree+prompt ~/s/notes/journal.org) * %(format-time-string \%H:%M\) %^{Entry}