[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [bug] latex export extra package formatted improperly
From: |
Eric S Fraga |
Subject: |
[O] [bug] latex export extra package formatted improperly |
Date: |
Mon, 19 Jan 2015 12:23:05 +0000 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
Hello,
I have the following customisation for LaTeX export in org:
(add-to-list 'org-latex-packages-alist '("version=3", "mhchem"))
I updated org yesterday (and again today) and now I cannot export to
LaTeX without error. The above line results in the following LaTeX
preamble line:
\usepackage[version=3]{(, mhchem)}
which should actually be
\usepackage[version=3]{mhchem}
I will try to track this down to a particular commit later.
Thanks in advance,
eric
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org
release_8.3beta-703-gef523b.dirty
- [O] [bug] latex export extra package formatted improperly,
Eric S Fraga <=