emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] configuring org-export-latex-classes


From: Carsten Dominik
Subject: Re: [Orgmode] configuring org-export-latex-classes
Date: Wed, 3 Sep 2008 09:03:46 +0200

Fixed, thanks.

- Carsten

On Sep 2, 2008, at 9:32 PM, Nick Dokos wrote:

Rainer Thiel <address@hidden> wrote:

I can't seem to find a way to configure the variable
org-export-latex-classes either directly (via customize-variable) or
through customizing a group.  customize-variable can't find this
variable, and I am unable to find the customizing group it may be in.
Some time (only a couple of weeks) ago I did successfully customize
that variable through a group for the life of me I now can't remember.

Can someone help me, please?


There seems to be a missing defgroup, so the org-export-latex customizations
end up disappearing. Try adding this to org-export-latex.el:


(defgroup org-export-latex nil
 "Options for exporting Org-mode files to LaTeX."
 :tag "Org Export LaTeX"
 :group 'org-export)


Nick



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


reply via email to

[Prev in Thread] Current Thread [Next in Thread]