emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Uwe Brauer
Subject: Re: org-capture-templates: %date is too long
Date: Fri, 12 Mar 2021 16:58:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>> "RP" == Robert Pluim <rpluim@gmail.com> writes:

>>>>>> On Thu, 04 Mar 2021 21:24:03 +0100, Uwe Brauer <oub@mat.ucm.es> 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 org-capture is invoked, so you could
> do:

> (defun my-org-capture ()
>        (let ((org-time-stamp-formats '("<%Y-%m-%d %a>" . "<%Y-%m-%d %a>")))
>             (org-capture)))

> although you could do it with advice if you wanted. Untested, of course :-)


Well, in order to run it I added an interactive call, but then 
%:date reminded unimpressed by this setting


the result was 

| user | user@ucm.es |     3 |        3 | [] | Fri, 12 Mar 2021 16:14:35 +0100 |

Uwe 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]