@@ -1609,13 +1609,35 @@ You can refile one or more headings at a time.
1609
1609
1610
1610
To refile one heading, move the point to the entry you want to refile and run
1611
1611
\\ [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.
1613
1613
1614
1614
To refile multiple headings, run \\ [helm-org-in-buffer-headings] and mark the
1615
1615
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
1617
1617
actions menu.
1618
1618
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
+
1619
1641
** Commands
1620
1642
\\ <helm-org-headings-map>
1621
1643
\\ [helm-org-run-open-heading-in-indirect-buffer]\t\t Open heading in indirect buffer.
0 commit comments