emacs-orgmode
[Top][All Lists]
Advanced

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

[Help] org-capture: How to capitalize the text entered from the "nth pro


From: Maske
Subject: [Help] org-capture: How to capitalize the text entered from the "nth prompt"
Date: Sat, 5 Aug 2023 22:48:53 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

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


reply via email to

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