Re: [O] org-capture-template: file+datetree+prompt not using prompted date in template

2015-11-04 Thread Shankar Rao
Looks like a similar issue was addressed earlier here: http://sachachua.com/blog/2015/02/org-mode-reusing-date-file-datetree-prompt/ Shankar On Wed, Nov 4, 2015 at 2:54 PM, Shankar Rao wrote: > Earlier in org-capture-fill-template, there is the following: > > (let* (... >(ct (org-captu

Re: [O] org-capture-template: file+datetree+prompt not using prompted date in template

2015-11-04 Thread Shankar Rao
Earlier in org-capture-fill-template, there is the following: (let* (... (ct (org-capture-get :default-time)) ... The property :default-time defaults to the current time and is overwritten by file+datetree+prompt, If ct was passed as a 2nd argument to format-time-string in your cod

Re: [O] org-capture-template: file+datetree+prompt not using prompted date in template

2015-11-04 Thread Nick Dokos
Shankar Rao writes: > For the following org capture template: > > (setq org-capture-templates >       '(("d" "Date Tree Test" plain > (file+datetree+prompt "~/org/testdt.org") > "This date should be the date i picked: %<%y%m%d>"))) > > Though this is filed under the correct date in the datetree,

[O] org-capture-template: file+datetree+prompt not using prompted date in template

2015-11-04 Thread Shankar Rao
For the following org capture template: (setq org-capture-templates '(("d" "Date Tree Test" plain (file+datetree+prompt "~/org/testdt.org") "This date should be the date i picked: %<%y%m%d>"))) Though this is filed under the correct date in the datetree, no matter what date I select in the