Re: [O] Changing packages and their order in LaTeX export

2011-07-11 Thread Michael Markert
On 11 Jul 2011, Dror Atariah wrote: >>> 2. If it is the org.el, then how can I tell which file is the one >>> which is used? Should I restart emacs after each edit of this file >>> for the changes to take effect? > Can you still answer this question? How can I ask emacs to tell me > where is the fi

Re: [O] Changing packages and their order in LaTeX export

2011-07-11 Thread Bastien
Hi Dror, please make an effort while quoting people -- your email is barely readable. Dror Atariah writes: >>> I need to include 'amsmath' package in my LaTeX export. Using >>> #+LATEX_HEADER: \usepackage{xyz} adds it at the end of the list, and >>> then there are LaTeX related problems. >>>

Re: [O] Changing packages and their order in LaTeX export

2011-07-11 Thread Dror Atariah
>> I need to include 'amsmath' package in my LaTeX export. Using >> #+LATEX_HEADER: \usepackage{xyz} adds it at the end of the list, and >> then there are LaTeX related problems. >> I tried to find where the default list is defined - it seems like it >> is in org.el. However, I have several copies

Re: [O] Changing packages and their order in LaTeX export

2011-07-11 Thread Jambunathan K
Dror Atariah writes: > I need to include 'amsmath' package in my LaTeX export. Using > #+LATEX_HEADER: \usepackage{xyz} adds it at the end of the list, and > then there are LaTeX related problems. > I tried to find where the default list is defined - it seems like it > is in org.el. However, I ha

[O] Changing packages and their order in LaTeX export

2011-07-11 Thread Dror Atariah
I need to include 'amsmath' package in my LaTeX export. Using #+LATEX_HEADER: \usepackage{xyz} adds it at the end of the list, and then there are LaTeX related problems. I tried to find where the default list is defined - it seems like it is in org.el. However, I have several copies of this fil