Docs: Tidy
This commit is contained in:
parent
3a036c3efb
commit
f930cd40b5
1 changed files with 2 additions and 3 deletions
|
|
@ -83,7 +83,7 @@ A query is a lisp form which may contain arbitrary lisp forms, as well as certai
|
||||||
|
|
||||||
*** Predicates
|
*** Predicates
|
||||||
|
|
||||||
Arguments are listed next to predicate names, when applicable.
|
Arguments are listed next to predicate names, where applicable.
|
||||||
|
|
||||||
Note that, for convenience, standard numeric comparator function symbols (~<~, ~=~, etc.) do not need to be quoted when passed as an argument to these predicates. The resemblance to infix notation is coincidental. See examples in documentation.
|
Note that, for convenience, standard numeric comparator function symbols (~<~, ~=~, etc.) do not need to be quoted when passed as an argument to these predicates. The resemblance to infix notation is coincidental. See examples in documentation.
|
||||||
|
|
||||||
|
|
@ -104,7 +104,6 @@ Note that, for convenience, standard numeric comparator function symbols (~<~, ~
|
||||||
+ ~tags (&optional tags)~ :: Return non-nil if current heading has one or more of ~TAGS~ (a list of strings).
|
+ ~tags (&optional tags)~ :: Return non-nil if current heading has one or more of ~TAGS~ (a list of strings).
|
||||||
+ ~todo (&optional keywords)~ :: Return non-nil if current heading is a ~TODO~ item. With ~KEYWORDS~, return non-nil if its keyword is one of ~KEYWORDS~ (a list of strings).
|
+ ~todo (&optional keywords)~ :: Return non-nil if current heading is a ~TODO~ item. With ~KEYWORDS~, return non-nil if its keyword is one of ~KEYWORDS~ (a list of strings).
|
||||||
|
|
||||||
|
|
||||||
** Functions / Macros
|
** Functions / Macros
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:TOC: ignore-children
|
:TOC: ignore-children
|
||||||
|
|
@ -272,7 +271,7 @@ Generates the predicate subtree.
|
||||||
(defun org-ql--readme-predicate-list ()
|
(defun org-ql--readme-predicate-list ()
|
||||||
"Return an Org list string documenting predicates."
|
"Return an Org list string documenting predicates."
|
||||||
(concat (unpackaged/docstring-to-org
|
(concat (unpackaged/docstring-to-org
|
||||||
"Arguments are listed next to predicate names, when applicable.
|
"Arguments are listed next to predicate names, where applicable.
|
||||||
|
|
||||||
Note that, for convenience, standard numeric comparator function symbols (`<', `=', etc.) do not need to be quoted when passed as an argument to these predicates. The resemblance to infix notation is coincidental. See examples in documentation.\n\n")
|
Note that, for convenience, standard numeric comparator function symbols (`<', `=', etc.) do not need to be quoted when passed as an argument to these predicates. The resemblance to infix notation is coincidental. See examples in documentation.\n\n")
|
||||||
(s-join "\n" (->> org-ql-predicates
|
(s-join "\n" (->> org-ql-predicates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue