From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Which `odt-content' variable should I use? Why are there two? Date: Mon, 27 Jan 2014 19:17:21 +0530 Message-ID: <87eh3t7d06.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7mWr-0004qb-AQ for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 08:47:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7mWk-0004Ek-BW for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 08:47:09 -0500 Received: from plane.gmane.org ([80.91.229.3]:54518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7mWk-0004Eg-4M for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 08:47:02 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W7mWi-00009N-Vk for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 14:47:00 +0100 Received: from 101.63.138.200 ([101.63.138.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jan 2014 14:47:00 +0100 Received: from kjambunathan by 101.63.138.200 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jan 2014 14:47:00 +0100 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 Cc: emacs-orgmode@gnu.org Brady Trainor 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