Skip to content

Instantly share code, notes, and snippets.

@honno
Created July 12, 2020 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save honno/a0afecd3e4cb47233e5a1e2bce1814b8 to your computer and use it in GitHub Desktop.
Save honno/a0afecd3e4cb47233e5a1e2bce1814b8 to your computer and use it in GitHub Desktop.
Quick fix for org not exporting minted latex correctly
(setq org-latex-listings 'minted
org-latex-packages-alist '(("" "minted"))
org-latex-pdf-process
'("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment