On May 19 2020, at 7:45 pm, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > You probably need to add this to =org-latex-packages-alist= in your emacs configuration: > (add-to-list 'org-latex-packages-alist '("version=3" "mhchem"))
I tried adding that. Didn't change anything. > Also, you might be interested in using the org-fragtog MELPA package. I'm already using it :P https://tecosaur.github.io/emacs-config/config.html#visuals > On Tuesday, 19 May 2020 at 15:49, Timothy wrote: >> #+LATEX_HEADER: \usepackage{mhchem} >> \ce{CO2} @@latex:\ce{CO2}@@ > > You probably need to add this to =org-latex-packages-alist= in your > emacs configuration: > > (add-to-list 'org-latex-packages-alist '("version=3" "mhchem")) > > Also, you might be interested in using the org-fragtog MELPA package. > > -- > : Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-640-g9bc0cc >