Browse Source

org.texi: mention the ability to add several tags thru C-c C-q TAB.

C-c C-q TAB now accepts several tags when separated by a comma.
Bastien Guerry 15 years ago
parent
commit
c66d94fe18
1 changed files with 2 additions and 0 deletions
  1. 2 0
      doc/org.texi

+ 2 - 0
doc/org.texi

@@ -4504,6 +4504,8 @@ exclusive tags will turn off any other tags from that group.
 @item @key{TAB}
 @item @key{TAB}
 Enter a tag in the minibuffer, even if the tag is not in the predefined
 Enter a tag in the minibuffer, even if the tag is not in the predefined
 list.  You will be able to complete on all tags present in the buffer.
 list.  You will be able to complete on all tags present in the buffer.
+You can also add several tags: just separate them with a comma.
+
 @kindex @key{SPC}
 @kindex @key{SPC}
 @item @key{SPC}
 @item @key{SPC}
 Clear all tags for this line.
 Clear all tags for this line.