From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: editing "org-export-latex-default-packages-alist" has no effect Date: Sat, 23 Apr 2011 21:54:54 +0200 Message-ID: <5C594133-E382-435E-9569-83B1C2BB3D52@gmail.com> References: 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]:54891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDj11-0004D3-8b for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 16:01:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QDj10-00020T-CX for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 16:01:15 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:35490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDj10-00020G-73 for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 16:01:14 -0400 Received: by eyd9 with SMTP id 9so447253eyd.0 for ; Sat, 23 Apr 2011 13:01:13 -0700 (PDT) In-Reply-To: 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: Stinky Wizzleteet Cc: emacs-orgmode@gnu.org On 23.4.2011, at 09:24, Stinky Wizzleteet wrote: > Hi all, >=20 > thanks to help on this list I found out about this variable as I need = to > omit the "textcomp" and "fontenc" packages in my exported latex = header. > My tex file won't compile otherwise on my n900. >=20 > my init.el contains : >=20 > (custom-set-variables >=20 > '(org-export-latex-default-packages-alist (quote (("AUTO" "inputenc" = t) ("T1" "fontenc" nil) ("" "fixltx2e" nil) ("" "graphicx" t) ("" = "longtable" nil) ("" "float" nil) ("" "wrapfig" nil) ("" "soul" t) ("" = "textcomp" nil) ("" "marvosym" t) ("" "wasysym" t) ("" "latexsym" t) ("" = "amssymb" t) ("" "hyperref" nil) "\\tolerance=3D1000"))) >=20 > ) >=20 > However, fontenc and textcomp are still in the org-generated tex file. > bug, or feature ? Hi, please read the docstring of the variable! - Carsten