Closed umrwifi closed 9 months ago
this is my query . and i have a page called "query" so the plugin will wrap [[]] to query automatic . so i haven't to diabled the auto parse.
[[]]
query
#+BEGIN_QUERY { :title "all deadline or schedule within 21 days" :query [:find (pull ?block [*]) :in $ ?start ?next :where (or [?block :block/scheduled ?d] [?block :block/deadline ?d] ) [(> ?d ?start)] [(< ?d ?next)] ] :inputs [:today :21d-after] } #+END_QUERY
this is my query . and i have a page called "query" so the plugin will wrap
[[]]
toquery
automatic . so i haven't to diabled the auto parse.