From: Jambunathan K <kjambunathan@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Which `odt-content' variable should I use? Why are there two?
Date: Mon, 27 Jan 2014 19:17:21 +0530 [thread overview]
Message-ID: <87eh3t7d06.fsf@gmail.com> (raw)
In-Reply-To: loom.20140126T201233-241@post.gmane.org
Brady Trainor <algebrat@uw.edu> writes:
> I was browsing the customize group org-export-odt.
The old exporter and the new exporters share the same custom group. So
you are seeing the old and new variables in the custom buffer. (IMO
this is a bug.)
----------------------------------------------------------------
NEW variables do NOT have an extra "export" in their names
==========================================================
If you are using org > 8.0, the variables that you are interested in
should come from ox-odt.el.
M-x find-library ox-odt
M-<
C-s defcustom
(defcustom org-odt-prettify-xml nil
^^^^^^^
(defcustom org-odt-schema-dir
^^^^^^^
Note that NEW variables don't have "export" in their names. Except for
change in the prefix, the functionality is for most part the same.
----------------------------------------------------------------
Migrate: Use search and replace
================================
So, a simple renaming in your .emacs should suffice for migrating your
old settings to the new settings.
C-x C-f .emacs
M-% org-export-odt- org-odt-
C-x C-s
prev parent reply other threads:[~2014-01-27 13:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-26 19:20 Which `odt-content' variable should I use? Why are there two? Brady Trainor
2014-01-27 10:32 ` Bastien
2014-01-27 13:47 ` Jambunathan K [this message]
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=87eh3t7d06.fsf@gmail.com \
--to=kjambunathan@gmail.com \
--cc=emacs-orgmode@gnu.org \
/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.