summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-07-04 01:43:05 +0200
committerBastien Guerry <bzg@altern.org>2013-07-04 01:43:05 +0200
commit62f20c2015ab43de2b20302d78354f5ae246c7d7 (patch)
tree498f3b406ebf62506327e70a93fc8d279925d425
parent6f4e06e54bbba3faeb990975257432f638feb0db (diff)
parent8e561689455d2a9f96b707fa93794c8bbfa4039e (diff)
downloadorg-mode-62f20c2015ab43de2b20302d78354f5ae246c7d7.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org.texi15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 4eb9a45..7fad260 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -8051,15 +8051,18 @@ You may also test for properties (@pxref{Properties and Columns}) at the same
time as matching tags. The properties may be real properties, or special
properties that represent other metadata (@pxref{Special properties}). For
example, the ``property'' @code{TODO} represents the TODO keyword of the
-entry. Or, the ``property'' @code{LEVEL} represents the level of an entry.
-So a search @samp{+LEVEL=3+boss-TODO="DONE"} lists all level three headlines
-that have the tag @samp{boss} and are @emph{not} marked with the TODO keyword
-DONE@. In buffers with @code{org-odd-levels-only} set, @samp{LEVEL} does not
-count the number of stars, but @samp{LEVEL=2} will correspond to 3 stars etc.
-The ITEM special property cannot currently be used in tags/property
+entry and the ``propety'' @code{PRIORITY} represents the PRIORITY keyword of
+the entry. The ITEM special property cannot currently be used in tags/property
searches@footnote{But @pxref{x-agenda-skip-entry-regexp,
,skipping entries based on regexp}.}.
+Except the @pxref{Special properties}, one other ``property'' can also be
+used. @code{LEVEL} represents the level of an entry. So a search
+@samp{+LEVEL=3+boss-TODO="DONE"} lists all level three headlines that have
+the tag @samp{boss} and are @emph{not} marked with the TODO keyword DONE@.
+In buffers with @code{org-odd-levels-only} set, @samp{LEVEL} does not count
+the number of stars, but @samp{LEVEL=2} will correspond to 3 stars etc.
+
Here are more examples:
@table @samp