From: Alberto AP <alberto.arias@gm.uca.es>
To: emacs-orgmode@gnu.org
Subject: Re: org-capture-templates: %date is too long
Date: Thu, 04 Mar 2021 12:57:30 +0100 [thread overview]
Message-ID: <87ft1byvv9.fsf@gmail.com> (raw)
In-Reply-To: <87wnunz30x.fsf@mat.ucm.es> (Uwe Brauer's message of "Thu, 04 Mar 2021 10:22:54 +0100")
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,
Alberto
Uwe Brauer <oub@mat.ucm.es> writes:
> 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
next prev parent reply other threads:[~2021-03-04 13:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-04 9:22 org-capture-templates: %date is too long Uwe Brauer
2021-03-04 11:57 ` Alberto AP [this message]
2021-03-04 14:22 ` Uwe Brauer
2021-03-04 17:06 ` Robert Pluim
2021-03-04 20:24 ` Uwe Brauer
2021-03-04 20:37 ` Tim Cross
2021-03-05 7:32 ` Uwe Brauer
2021-03-09 15:21 ` Robert Pluim
2021-03-12 15:58 ` Uwe Brauer
2021-03-12 16:36 ` Robert Pluim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ft1byvv9.fsf@gmail.com \
--to=alberto.arias@gm.uca.es \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.