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