On Apr 3, 2010, at 6:20 PM, Henri-Paul Indiogine wrote:

This is the first time that I try a LaTeX export from my org file after
the change.  Before the change no problems.  I am obviously doing
something wrongly.

Here is some code from my .emacs:

(setq org-export-latex-packages-alist
     '(("" . "apacite")
        ("" . "color")
        ("" . "tikz")))



It needs to be:

(setq org-export-latex-packages-alist
     '(("" "apacite")
        ("" "color")
        ("" "tikz")))

(my mistake)

- Carstern




My error message after: C-c C-e l:

Exporting to LaTeX...
mapconcat: Wrong type argument: listp, "apacite"

Thanks,

--
Henri-Paul Indiogine
Email: hindiog...@gmail.com
Skype: hindiogine
Website: http://www.coe.tamu.edu/~enrico


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten





_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to