emacs-orgmode
[Top][All Lists]
Advanced

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

org-capture-templates: %date is too long


From: Uwe Brauer
Subject: org-capture-templates: %date is too long
Date: Thu, 04 Mar 2021 10:22:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)


Hi

I try to add a new entry to my org-capture-templates
for mails what I read via gnus. I'd like to have a timestamp that
reflects when the message was received, not when the entry was created
(for that I would to have to use %t)

Now I have set 

         "| | %:fromname|%:fromaddress|%^{Sheet|1|2|3|4|5|6|7|8|9} | %:date |[ 
] | | %a " :prepend t)

Using the description of the org-capture-template

------------------------+------------------------------------------------------
gnus                    |  %:from %:fromname %:fromaddress
                        |  %:to   %:toname   %:toaddress
                        |  %:fromto (either "to NAME" or "from NAME")
                        |  %:date %:date-timestamp (as active timestamp)
                        |  %:date-timestamp-inactive (as inactive timestamp)
gnus                    |  %:group, for messages also all email fields

The problem is this results in 

| Number | name     | email             | sheet | date                          
 | status |
|        | John Doe | footbar@gmail.com |     2 | Tue, 2 Mar 2021 19:35:03 
+0100 | [ ]    |

I don't need the hour, and for sure I don't need +0100

Any idea how to shorten that?

regards

Uwe Brauer 




reply via email to

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