* [Help] org-capture: How to capitalize the text entered from the "nth prompt"
@ 2023-08-05 20:48 Maske
2023-08-06 8:08 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Maske @ 2023-08-05 20:48 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 723 bytes --]
Hi
Could it be possible, in org-capture, to capitalize the text entered
from a previous prompt?
Example:
I have this part of an org-capture template:
* %^{CLIENT} _%^{Project}_ /%^{Description}/
:PROPERTIES:
:DIR: z:/! 2023/%\\1-%\\2-%\\3
:END:
I would like to know if it is possible to “capitalize” the used data
that I entered before. For example, instead of this:
** Client _Project Number_ /Project description/
:PROPERTIES:
:DIR: z:/! 2023/Client-Project Number-Project description
:END:
Could it be possible to get this? (The 3rd line is “capitalized”):
** Client _Project Number_ /Project description/
:PROPERTIES:
:DIR: z:/! 2023/CLIENT-PROJECT NUMBER-PROJECT DESCRIPTION
:END:
Best regards
[-- Attachment #2: Type: text/html, Size: 1902 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-06 8:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-05 20:48 [Help] org-capture: How to capitalize the text entered from the "nth prompt" Maske
2023-08-06 8:08 ` Ihor Radchenko
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.