In researching the answer to Carsten's C-a M - { . } RET "match TODOs with empty tags" challenge, I went through a section of the docs and (in addition to enlightening myself about the meaning of the mysterious runes) I found a couple of typos. Here's a patch:
>From 5d574f62aeea8bfce3ee92fce9aaf0ae4a313710 Mon Sep 17 00:00:00 2001 From: Nick Dokos <nicholas.do...@hp.com> Date: Tue, 24 Mar 2009 15:14:50 -0400 Subject: [PATCH] Fix typos. --- doc/org.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 23fc8af..bdc6987 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6184,7 +6184,7 @@ commands}. A search string can use Boolean operators @samp{&} for AND and @samp{|} for OR. @samp{&} binds more strongly than @samp{|}. Parenthesis are currently not implemented. Each element in the search is either a tag, a regular -rexpression matching tags, or an expression like @code{PROPERTY OPERATOR +expression matching tags, or an expression like @code{PROPERTY OPERATOR VALUE} with a comparison operator, accessing a property value. Each element may be preceded by @samp{-}, to select against it, and @samp{+} is syntactic sugar for positive selection. The AND operator @samp{&} is optional when @@ -6230,7 +6230,7 @@ keyword @samp{WAITING}. Waiting tasks both at work and at home. @end table -When matching properties, a number of different operaors can be used to test +When matching properties, a number of different operators can be used to test the value of a property. Here is a complex example: @example -- 1.5.4.3 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode