Re: [Orgmode] IMPORTANT: (possibly) incompatible Change

2010-04-06 Thread Carsten Dominik


On Apr 3, 2010, at 7:19 PM, Xiao-Yong Jin wrote:


On Sat, 3 Apr 2010 18:55:46 +0200, Carsten Dominik wrote:


It needs to be:



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


Then it is not an alist.



It sure is, read the Emacs lisp documentation on alists.

- 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


Re: [Orgmode] IMPORTANT: (possibly) incompatible Change

2010-04-03 Thread Carsten Dominik


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


Re: [Orgmode] IMPORTANT: (possibly) incompatible Change

2010-04-03 Thread Xiao-Yong Jin
On Sat, 3 Apr 2010 18:55:46 +0200, Carsten Dominik wrote:

 It needs to be:

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

Then it is not an alist.

 (my mistake)

 - Carstern
-- 
Jc/*__o/*
X\ * (__
Y*/\  


___
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