> On Fri, 12 Mar 2021 16:58:27 +0100, Uwe Brauer said:
Uwe> Well, in order to run it I added an interactive call, but then
Uwe> %:date reminded unimpressed by this setting
Uwe> the result was
Uwe> | user | u...@ucm.es | 3 |3 | [] | Fri, 12 Mar 2021
16:14:35
>>> "RP" == Robert Pluim writes:
>> On Thu, 04 Mar 2021 21:24:03 +0100, Uwe Brauer said:
Uwe> I am not acquainted with let-bound (only with let)
> 'let-bound' is a shorthand for saying 'binding a value using let'
Uwe> So are you saying I should may use defadvice to modify org-capture?
> W
> On Thu, 04 Mar 2021 21:24:03 +0100, Uwe Brauer said:
Uwe> I am not acquainted with let-bound (only with let)
'let-bound' is a shorthand for saying 'binding a value using let'
Uwe> So are you saying I should may use defadvice to modify org-capture?
Well, you have control over how
> Uwe Brauer writes:
Uwe> Sorry, you misunderstood me, this time string, inserts the time string,
Uwe> when I execute the capture, but I want to extract the time string, when
Uwe> the message was received. This is why I used
Uwe> %:date
Uwe> in my first attempt, that works but inserts
Uwe> Tue,
Uwe Brauer writes:
"RP" == Robert Pluim writes:
>
>>> On Thu, 04 Mar 2021 15:22:21 +0100, Uwe Brauer
> said:
>Uwe> Sorry, you misunderstood me, this time string, inserts the time
> string,
>Uwe> when I execute the capture, but I want to extract the time string,
> when
>>> "RP" == Robert Pluim writes:
>> On Thu, 04 Mar 2021 15:22:21 +0100, Uwe Brauer said:
Uwe> Sorry, you misunderstood me, this time string, inserts the time string,
Uwe> when I execute the capture, but I want to extract the time string, when
Uwe> the message was received. This i
> On Thu, 04 Mar 2021 15:22:21 +0100, Uwe Brauer said:
Uwe> Sorry, you misunderstood me, this time string, inserts the time string,
Uwe> when I execute the capture, but I want to extract the time string, when
Uwe> the message was received. This is why I used
Uwe> %:date
Uw
>>> "AA" == Alberto AP writes:
Hi
> Hi
> What I use is the result of format-time-string (as explained in the Org
> Capture Templates help; check also the help for the format-time-string
> function).
> The string I use is:
> %<%Y%m%d-T%H%M%S>
> It gives me, for example, 20210304-T095526.
> If
Hi
What I use is the result of format-time-string (as explained in the Org
Capture Templates help; check also the help for the format-time-string
function).
The string I use is:
%<%Y%m%d-T%H%M%S>
It gives me, for example, 20210304-T095526.
If you don't want the hour just remove "-T%H%M%S"
Best,