fix org async export

This commit is contained in:
2022-12-12 21:39:34 +01:00
parent 1eadf8f6ff
commit 7168c8204a
5 changed files with 94 additions and 94 deletions

View File

@@ -33,6 +33,8 @@
(require 'ob-gnuplot)
(require 'ox-latex)
(require 'ox-tufte)
(require 'org)
(require 'org-ref) ;; `org-ref-acronyms-before-parsing' and to find `cite:...' in the org file.
;; add to generel org variabels, so that it works also for babel latex src blocks
(add-to-list 'org-babel-latex-htlatex-packages "{pgfplots}" t)