fix: page references not working any more

Resolved #1705
This commit is contained in:
Tienson Qin
2021-05-01 23:50:41 +08:00
parent 5f5b6b9d3b
commit 8ad8cab135
2 changed files with 13 additions and 2 deletions

View File

@@ -1200,7 +1200,7 @@
(defn get-export-bullet-indentation
[]
(case (get @state :export/bullet-indentation :four-spaces)
(case (get (get-config) :export/bullet-indentation :four-spaces)
:eight-spaces
" "
:four-spaces