Closed mooseyboots closed 1 year ago
this fixes #56 for me.
in org-web-tools--html-to-org-with-pandoc, we call (org-mode) in the temp buffer before we run (org-web-tools--clean-pandoc-output).
org-web-tools--html-to-org-with-pandoc
(org-mode)
(org-web-tools--clean-pandoc-output)
Thanks.
this fixes #56 for me.
in
org-web-tools--html-to-org-with-pandoc
, we call(org-mode)
in the temp buffer before we run(org-web-tools--clean-pandoc-output)
.