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
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-
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
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
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