Merge pull request #2674 from alphapapa/fix/man-page

man: Escape Org heading-like lines in example
This commit is contained in:
Dirk-Jan C. Binnema 2024-03-29 09:53:08 +07:00 committed by GitHub
commit d29cf468ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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