Fix block extracting

pull/645/head
Tienson Qin 2020-05-17 23:08:29 +08:00
parent 5b351ce66a
commit ff6ac9e396
1 changed files with 1 additions and 1 deletions

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)]