Skip to content

Commit 69310f4

Browse files
author
Thierry Volpiatto
committed
Update org documentation
* helm-help.el (helm-org-headings-help-message): Add tag completion.
1 parent e8f6290 commit 69310f4

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

helm-help.el

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,13 +1609,35 @@ You can refile one or more headings at a time.
16091609
16101610
To refile one heading, move the point to the entry you want to refile and run
16111611
\\[helm-org-in-buffer-headings]. Then select the heading you want to refile to
1612-
and press \\[C-c w] or select the refile action from the actions menu.
1612+
and press \\<helm-org-headings-map>\\[helm-org-run-refile-heading-to] or select the refile action from the actions menu.
16131613
16141614
To refile multiple headings, run \\[helm-org-in-buffer-headings] and mark the
16151615
headings you want to refile. Then select the heading you want to refile to
1616-
\(without marking it) and press \\[C-c w] or select the refile action from the
1616+
\(without marking it) and press \\<helm-org-headings-map>\\[helm-org-run-refile-heading-to] or select the refile action from the
16171617
actions menu.
16181618
1619+
*** Tags completion
1620+
1621+
Tags completion use `completing-read-multiple', perhaps have a
1622+
look at its docstring.
1623+
1624+
**** Single tag
1625+
1626+
From an org heading hit C-c C-c which provide a
1627+
\"Tags\" prompt, then hit TAB and RET if you want to enter an
1628+
existing tag or write a new tag in prompt. At this point you end
1629+
up with an entry in your prompt, if you enter RET, the entry is
1630+
added as tag in your org header.
1631+
1632+
**** Multiple tags
1633+
1634+
If you want to add more tag to your org header, add a separator[1] after
1635+
your tag and write a new tag or hit TAB to find another existing
1636+
tag, and so on until you have all the tags you want
1637+
e.g \"foo,bar,baz\" then press RET to finally add the tags to your
1638+
org header.
1639+
Note: [1] A separator can be a comma, a colon i.e. [,:] or a space.
1640+
16191641
** Commands
16201642
\\<helm-org-headings-map>
16211643
\\[helm-org-run-open-heading-in-indirect-buffer]\t\tOpen heading in indirect buffer.

0 commit comments

Comments
 (0)