From 92750682045cde80e1e89a10aae89cde7dd9ca33 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 28 Mar 2024 11:04:05 -0500 Subject: [PATCH] man: Escape Org heading-like lines in example --- man/mu-query.7.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/mu-query.7.org b/man/mu-query.7.org index a2a26145..49b8c46b 100644 --- a/man/mu-query.7.org +++ b/man/mu-query.7.org @@ -366,11 +366,11 @@ is, show how ~mu~ interprets the query. This uses the the ~--analyze~ option to *mu find*. #+begin_example $ mu find subject:wombat AND date:3m.. size:..2000 --analyze -* query: +,* query: subject:wombat AND date:3m.. size:..2000 -* parsed query: +,* parsed query: (and (subject "wombat") (date (range "2023-05-30T06:10:09Z" "")) (size (range "" "2000"))) -* Xapian query: +,* Xapian query: Query((Swombat AND VALUE_GE 4 n64759341 AND VALUE_LE 17 i7d0)) #+end_example