org-remember.el: Start the commented lines with the appropriate characters
* org-remember.el (org-remember-apply-template): Start the commented lines in the Remember temporary buffer with the appropriate characters. TINYCHANGE
This commit is contained in:
parent
4aa416876b
commit
f9e89cb849
|
@ -472,12 +472,12 @@ to be run from that hook to function properly."
|
||||||
(erase-buffer)
|
(erase-buffer)
|
||||||
(insert (substitute-command-keys
|
(insert (substitute-command-keys
|
||||||
(format
|
(format
|
||||||
"## %s \"%s\" -> \"* %s\"
|
"# %s \"%s\" -> \"* %s\"
|
||||||
## C-u C-c C-c like C-c C-c, and immediately visit note at target location
|
# C-u C-c C-c like C-c C-c, and immediately visit note at target location
|
||||||
## C-0 C-c C-c \"%s\" -> \"* %s\"
|
# C-0 C-c C-c \"%s\" -> \"* %s\"
|
||||||
## %s to select file and header location interactively.
|
# %s to select file and header location interactively.
|
||||||
## C-2 C-c C-c as child (C-3: as sibling) of the currently clocked item
|
# C-2 C-c C-c as child (C-3: as sibling) of the currently clocked item
|
||||||
## To switch templates, use `\\[org-remember]'. To abort use `C-c C-k'.\n\n"
|
# To switch templates, use `\\[org-remember]'. To abort use `C-c C-k'.\n\n"
|
||||||
(if org-remember-store-without-prompt " C-c C-c" " C-1 C-c C-c")
|
(if org-remember-store-without-prompt " C-c C-c" " C-1 C-c C-c")
|
||||||
(abbreviate-file-name (or file org-default-notes-file))
|
(abbreviate-file-name (or file org-default-notes-file))
|
||||||
(or headline "")
|
(or headline "")
|
||||||
|
|
Loading…
Reference in New Issue