You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/orgmode.txt
+8
Original file line number
Diff line number
Diff line change
@@ -720,9 +720,17 @@ Variables:
720
720
* `%F`: Like `%f` but inserts the full path
721
721
* `%n`: Inserts the current `$USER`
722
722
* `%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>`)
723
725
* `%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>`)
724
728
* `%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]`)
725
731
* `%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]`)
726
734
* `%a`: File and line number from where capture was initiated (Example: `[[file:/home/user/projects/myfile.txt +2]]`)
727
735
* `%<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')
728
736
* `%x`: Insert content of the clipboard via the "+" register (see :help clipboard)
0 commit comments