Re: [O] Bug: org-capture files wrong date in capture template [9.1.7 (9.1.7-elpaplus @ /Users/rmirelan/.emacs.d/elpa/org-plus-contrib-20180226/)]

2018-04-11 Thread Nicolas Goaziou
Hello, Robert Irelan writes: > Hi, that ended up being the problem. Specifically, the line at > https://code.orgmode.org/bzg/org-mode/src/442e7a2911e3e0229b1b6dd1fe0449653274ec31/lisp/org-capture.el#L1013 > needs to be fixed to read instead > > (append `(0 0

Re: [O] Bug: org-capture files wrong date in capture template [9.1.7 (9.1.7-elpaplus @ /Users/rmirelan/.emacs.d/elpa/org-plus-contrib-20180226/)]

2018-04-09 Thread Robert Irelan
Hi, that ended up being the problem. Specifically, the line at https://code.orgmode.org/bzg/org-mode/src/442e7a2911e3e0229b1b6dd1fe0449653274ec31/lisp/org-capture.el#L1013 needs to be fixed to read instead (append `(0 0 ,org-extend-today-until) On Sat, Apr 7, 2018 at 2:07 PM Nicolas Goaziou

Re: [O] Bug: org-capture files wrong date in capture template [9.1.7 (9.1.7-elpaplus @ /Users/rmirelan/.emacs.d/elpa/org-plus-contrib-20180226/)]

2018-04-07 Thread Nicolas Goaziou
Hello, Robert Irelan writes: > I have an org-capture template of type file+olp+datetree and :time-prompt > t. Whenever I invoke it, it prompts me for a date. If I enter the current > date at the prompt, `%u` correctly formats the captured entry with today's > date. However,