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

2013-06-27 Thread Bastien
Hi Eric, Eric S Fraga 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:

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

2013-05-23 Thread Bastien
Hi Eric, Eric S Fraga writes: > I've had a look at the source (reasonably up to date) but this variable > does not seem to be something I should be setting. Is my capture rule > somehow wrong? Or is this a bug in org-capture? I can't reproduce this... can you reproduce the problem with emacs

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

2013-05-23 Thread Nick Dokos
Eric S Fraga 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} > %^G\n%i%?