From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aankhen Subject: Re: editing "org-export-latex-default-packages-alist" has no effect Date: Sun, 24 Apr 2011 01:28:19 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDiyX-0003Zf-4W for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 15:58:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QDiyW-0001iC-43 for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 15:58:41 -0400 Received: from mail-vx0-f169.google.com ([209.85.220.169]:32808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDiyV-0001i8-Uu for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 15:58:40 -0400 Received: by vxk20 with SMTP id 20so1449555vxk.0 for ; Sat, 23 Apr 2011 12:58:39 -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 , Org mailing list On Sat, Apr 23, 2011 at 23:51, Stinky Wizzleteet w= rote: > Stinky Wizzleteet writes: > >> Aankhen writes: > -snip- >>>> However, fontenc and textcomp are still in the org-generated tex file. >>>> bug, or feature ? >>> >>> That line you pasted contains both packages. =C2=A0Maybe you forgot to = set >>> it after customising it or some such thing? >> >> I figured that "textcomp" "nil" meant that textcomp was turned off.. >> I'll try to erase the entry alltogether. > > Yes, I have confirmed now that I need to erase these items from the list > in order for them to not show up in the header. > The customize-variable system toggled the entries from "t" to "nil", > which apparently was not enough. > I think this is a bug. >From the docstring: ,----[ C-h v org-export-latex-default-packages-alist RET ] | Each cell is of the format ( "options" "package" snippet-flag). | If SNIPPET-FLAG is t, the package also needs to be included when | compiling LaTeX snippets into images for inclusion into HTML. `---- If you look at the Customize interface, where you toggled it, the label is =E2=80=98Snippet=E2=80=99. The =E2=80=98INS=E2=80=99 and =E2=80= =98DEL=E2=80=99 buttons are for manipulating the list. > But now, for me, it works. > > thx. Glad I could help. Aankhen