Fix block extracting

This commit is contained in:
Tienson Qin
2020-05-17 23:08:29 +08:00
parent 5b351ce66a
commit ff6ac9e396

View File

@@ -138,7 +138,7 @@
(update :tags ->tags))
heading (with-refs heading)
last-pos' (get-in heading [:meta :pos])]
(recur (conj headings heading) [] (rest blocks) {} properties last-pos'))
(recur (conj headings heading) [] (rest blocks) {} {} last-pos'))
:else
(let [heading-children' (conj heading-children block)]