Browse Source

org.texi (Tag groups): Make it explicit that whitespaces are mandatory

* org.texi (Tag groups): Make it explicit that whitespaces are
mandatory.

Thanks to Christian Moe for testing this feature and reporting
uncertainty in the syntax.
Bastien Guerry 12 years ago
parent
commit
64770d356d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/org.texi

+ 2 - 1
doc/org.texi

@@ -5007,7 +5007,8 @@ will display headlines tagged with at least one of the members of the
 group.  This makes tag searches and filters even more flexible.
 group.  This makes tag searches and filters even more flexible.
 
 
 You can set group tags by inserting a colon between the group tag and other
 You can set group tags by inserting a colon between the group tag and other
-tags, like this:
+tags---beware that all whitespaces are mandatory so that Org can parse this
+line correctly:
 
 
 @example
 @example
 #+TAGS: @{ @@read : @@read_book  @@read_ebook @}
 #+TAGS: @{ @@read : @@read_book  @@read_ebook @}