Re: org-capture-templates: %date is too long

2021-03-12 Thread Robert Pluim
> 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

Re: org-capture-templates: %date is too long

2021-03-12 Thread Uwe Brauer
>>> "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

Re: org-capture-templates: %date is too long

2021-03-09 Thread Robert Pluim
> 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

Re: org-capture-templates: %date is too long

2021-03-04 Thread Uwe Brauer
> 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,

Re: org-capture-templates: %date is too long

2021-03-04 Thread Tim Cross
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

Re: org-capture-templates: %date is too long

2021-03-04 Thread Uwe Brauer
>>> "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

Re: org-capture-templates: %date is too long

2021-03-04 Thread Robert Pluim
> 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

Re: org-capture-templates: %date is too long

2021-03-04 Thread Uwe Brauer
>>> "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

Re: org-capture-templates: %date is too long

2021-03-04 Thread Alberto AP
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,