From: Nick Dokos <nicholas.dokos@hp.com>
To: r.thiel@uni-jena.de
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: configuring org-export-latex-classes
Date: Tue, 02 Sep 2008 15:32:59 -0400 [thread overview]
Message-ID: <17604.1220383979@alphaville.usa.hp.com> (raw)
In-Reply-To: Message from "Rainer Thiel" <r.thiel@uni-jena.de> of "Tue, 02 Sep 2008 20:59:33 +0200." <d6b6c7740809021159i382c31bcu8af8aec814f7a8ce@mail.gmail.com>
Rainer Thiel <r.thiel@uni-jena.de> 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
next prev parent reply other threads:[~2008-09-02 19:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-02 18:59 configuring org-export-latex-classes Rainer Thiel
2008-09-02 19:03 ` Russell Adams
2008-09-02 19:14 ` Rainer Thiel
2008-09-02 19:32 ` Nick Dokos [this message]
2008-09-03 7:03 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17604.1220383979@alphaville.usa.hp.com \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=r.thiel@uni-jena.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.