Skip to content

Commit 1eb887a

Browse files
author
github-actions
committed
[docgen] Update docs
1 parent 7ea0ca5 commit 1eb887a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: doc/orgmode.txt

+8
Original file line numberDiff line numberDiff line change
@@ -720,9 +720,17 @@ Variables:
720720
* `%F`: Like `%f` but inserts the full path
721721
* `%n`: Inserts the current `$USER`
722722
* `%t`: Prints current date (Example: `<2021-06-10 Thu>`)
723+
* `%^t`: Prompt for current date (Example: `<2021-06-10 Thu>`)
724+
* `%^{Name}t`: Prompt for current date for given `Name` (visible in calendar title) (Example: `<2021-06-10 Thu>`)
723725
* `%T`: Prints current date and time (Example: `<2021-06-10 Thu 12:30>`)
726+
* `%^T`: Prompt for current date and time (Example: `<2021-06-10 Thu 12:30>`)
727+
* `%^{Name}T`: Prompt for current date and time for given `Name` (visible in calendar title) (Example: `<2021-06-10 Thu 12:30>`)
724728
* `%u`: Prints current date in inactive format (Example: `[2021-06-10 Thu]`)
729+
* `%^u`: Prompt for current date in inactive format (Example: `[2021-06-10 Thu]`)
730+
* `%^{Name}u`: Prompt for current date in inactive format for given `Name` (visible in calendar title) (Example: `[2021-06-10 Thu]`)
725731
* `%U`: Prints current date and time in inactive format (Example: `[2021-06-10 Thu 12:30]`)
732+
* `%^U`: Prompt for current date and time in inactive format (Example: `[2021-06-10 Thu 12:30]`)
733+
* `%^{Name}U`: Prompt for current date and time in inactive format for given `Name` (visible in calendar title) (Example: `[2021-06-10 Thu 12:30]`)
726734
* `%a`: File and line number from where capture was initiated (Example: `[[file:/home/user/projects/myfile.txt +2]]`)
727735
* `%<FORMAT>`: Insert current date/time formatted according to lua date (https://www.lua.org/pil/22.1.html) format (Example: `%<%Y-%m-%d %A>` produces '2021-07-02 Friday')
728736
* `%x`: Insert content of the clipboard via the "+" register (see :help clipboard)

0 commit comments

Comments
 (0)