0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 20:07:46 +00:00

Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-08-06 01:55:26 +02:00
commit 71aabd9db7

View file

@ -273,8 +273,10 @@ be replaced with content and expanded:
happens after expanding non-interactive %-escapes, those can happens after expanding non-interactive %-escapes, those can
be used to fill the expression. be used to fill the expression.
%<...> The result of format-time-string on the ... format specification. %<...> The result of format-time-string on the ... format specification.
%t Time stamp, date only. %t Time stamp, date only. The time stamp is the current time,
%T Time stamp with date and time. except when called from agendas with `\\[org-agenda-capture]' or
with `org-capture-use-agenda-date' set.
%T Time stamp as above, with date and time.
%u, %U Like the above, but inactive time stamps. %u, %U Like the above, but inactive time stamps.
%i Initial content, copied from the active region. If %i is %i Initial content, copied from the active region. If %i is
indented, the entire inserted text will be indented as well. indented, the entire inserted text will be indented as well.
@ -292,7 +294,8 @@ be replaced with content and expanded:
%^g Prompt for tags, with completion on tags in target file. %^g Prompt for tags, with completion on tags in target file.
%^G Prompt for tags, with completion on all tags in all agenda files. %^G Prompt for tags, with completion on all tags in all agenda files.
%^t Like %t, but prompt for date. Similarly %^T, %^u, %^U. %^t Like %t, but prompt for date. Similarly %^T, %^u, %^U.
You may define a prompt like: %^{Please specify birthday}t You may define a prompt like: %^{Please specify birthday}t.
The default date is that of %t, see above.
%^C Interactive selection of which kill or clip to use. %^C Interactive selection of which kill or clip to use.
%^L Like %^C, but insert as link. %^L Like %^C, but insert as link.
%^{prop}p Prompt the user for a value for property `prop'. %^{prop}p Prompt the user for a value for property `prop'.