fix: db import of advanced queries

Fixes LOG-3082
This commit is contained in:
Gabriel Horner
2024-08-07 16:29:10 -04:00
parent 66439dde68
commit dcb73b1003
4 changed files with 38 additions and 22 deletions

View File

@@ -1,10 +1,4 @@
- b1
rating:: 5
- :rating float
rating:: 5.5
- query-table:: false
FIXME
#+BEGIN_QUERY
{:title "2nd level tasks with `#p1`"
:query (and (task todo doing) [[p1]])}
#+END_QUERY
rating:: 5.5

View File

@@ -1,6 +1,8 @@
- test multilines
- test multilines in this page
- |markdown| table|
|some|thing|
- block with props
prop-num:: 10
- multiline block
a 2nd
and a 3rd
@@ -8,4 +10,12 @@
:LOGBOOK:
CLOCK: [2024-08-07 Wed 11:47:50]
CLOCK: [2024-08-07 Wed 11:47:53]
:END:
:END:
- Text before
query-table:: false
query-properties:: [:block]
#+BEGIN_QUERY
{:title "tasks with todo and doing"
:query (task todo doing)}
#+END_QUERY
Text after