From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dror Atariah Subject: Changing packages and their order in LaTeX export Date: Mon, 11 Jul 2011 11:47:52 +0200 Message-ID: <4118B2B3-BE97-42FE-A81B-0BE46FD52E6B@gmail.com> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgD5k-0005pI-CC for Emacs-orgmode@gnu.org; Mon, 11 Jul 2011 05:47:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgD5j-0001Jb-1z for Emacs-orgmode@gnu.org; Mon, 11 Jul 2011 05:47:52 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:55890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgD5i-0001JJ-Fb for Emacs-orgmode@gnu.org; Mon, 11 Jul 2011 05:47:50 -0400 Received: by bwd14 with SMTP id 14so716943bwd.0 for ; Mon, 11 Jul 2011 02:47:48 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org 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 file, and I don't know = which one is the right one to change. So, two questions: 1. Should I change the org.el or is it somewhere else? 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? Thanks! Dror Atariah=