Re: [O] [PATCH] org-capture, :default-time and <...>

2014-07-29 Thread Erik Hetzner
Hi Bastien, At Tue, 29 Jul 2014 17:10:51 +0200, Bastien wrote: > > Hi Erik, > > Erik Hetzner writes: > > > What I would like to do is have something a capture template string > > similar to %^t, but with a custom date format string, e.g. > > %^<%Y/%m/%d>. Is this possible in some way? > > I'd

Re: [O] [PATCH] org-capture, :default-time and <...>

2014-07-29 Thread Bastien
Hi Erik, Erik Hetzner writes: > What I would like to do is have something a capture template string > similar to %^t, but with a custom date format string, e.g. > %^<%Y/%m/%d>. Is this possible in some way? I'd use this in the capture template: %(format-time-string "%Y/%m/%d" (org-time-string-

Re: [O] [PATCH] org-capture, :default-time and <...>

2014-07-28 Thread Erik Hetzner
At Mon, 28 Jul 2014 18:13:04 +0200, Bastien wrote: > > Hi Erik, > > using a custom date is done via `org-overriding-default-time' (within > a let construct) instead of (org-capture-put :default-time date). > > Yes, the details are obscure and we need to better document this. > > Let us know if

Re: [O] [PATCH] org-capture, :default-time and <...>

2014-07-28 Thread Bastien
Hi Erik, using a custom date is done via `org-overriding-default-time' (within a let construct) instead of (org-capture-put :default-time date). Yes, the details are obscure and we need to better document this. Let us know if you achieve something, -- Bastien

[O] [PATCH] org-capture, :default-time and <...>

2014-07-08 Thread Erik Hetzner
Hi all, I am pretty sure that the following org-capture setup used to work, but it doesn’t seem to anymore. The intention is to manually select a date and use this with a custom date format (e.g. %<%Y/%m/%d>). (The custom date format is for ledger; I use this to capture ledger transations.) But i