diff options
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 27c20d4..045502b 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1570,7 +1570,10 @@ crash (like the async handler for org-export). Works really well with (start-process-shell-command "" "*pdflatex*" (concat "pdflatex -shell-escape " (org-latex-export-to-latex))))) #+end_src -** Org ref +** WAIT Org ref +:PROPERTIES: +:header-args:emacs-lisp: :tangle no +:END: For bibliographic stuff in $\LaTeX$ export. #+begin_src emacs-lisp (use-package org-ref |