Skip to content

Commit

Permalink
update org C2C exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Stein authored and Gregory Stein committed Nov 4, 2022
1 parent 2bddaf9 commit 83316ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/ox-c2c.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
(write-region nil nil tmp-org-file)
(switch-to-buffer "*Org C2C Export*")
(erase-buffer)
(message tmp-org-file)
(insert (org-c2c-run-pandoc tmp-org-file '~/org/resources/pandoc/cachestocaches.lua))
(kill-buffer tmp-org-buffer)
)
Expand Down

0 comments on commit 83316ba

Please sign in to comment.