From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stinky Wizzleteet Subject: editing "org-export-latex-default-packages-alist" has no effect Date: Sat, 23 Apr 2011 09:24:24 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDX8U-0004uI-Uu for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 03:20:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QDX8U-0003Eu-9q for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 03:20:10 -0400 Received: from lo.gmane.org ([80.91.229.12]:42047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDX8U-0003Eo-2o for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 03:20:10 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QDX8S-00026W-Nf for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 09:20:08 +0200 Received: from 195-240-16-73.ip.telfort.nl ([195.240.16.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Apr 2011 09:20:08 +0200 Received: from wizzleteet by 195-240-16-73.ip.telfort.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Apr 2011 09:20:08 +0200 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 Hi all, 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. my init.el contains : (custom-set-variables '(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=1000"))) ) However, fontenc and textcomp are still in the org-generated tex file. bug, or feature ? best, wzzl -- Stinky Wizzleteet thinks: You are standing on my toes.