From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: odt export version conflict on emacs for mac os x Date: Tue, 20 Aug 2013 09:53:38 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBgjn-00040a-RC for emacs-orgmode@gnu.org; Tue, 20 Aug 2013 03:52:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBgje-0002Zk-8m for emacs-orgmode@gnu.org; Tue, 20 Aug 2013 03:52:23 -0400 Received: from mail-forward5.uio.no ([2001:700:100:10::37]:58517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBgjd-0002Rp-UL for emacs-orgmode@gnu.org; Tue, 20 Aug 2013 03:52:14 -0400 Received: from exim by mail-out5.uio.no with local-bsmtp (Exim 4.80.1) (envelope-from ) id 1VBgj2-0006Yv-7R for emacs-orgmode@gnu.org; Tue, 20 Aug 2013 09:51:36 +0200 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: Skip Collins Cc: emacs-org list Hi, I confirm that I see the same behavior, i.e. after ODT export old variable names show up in the customize group, similar to what you show below. This is on GNU Emacs 24.3.1 on a Mac, installed with homebrew, with Org-mode 8.0.7 installed via `make update2'. This probably accounts for my problems with using a styles file. I had thought it a problem with my installation or setup that I never got to the bottom of. Yours, Christian Skip Collins writes: > I think this is a bug. Can someone confirm? After I do an ODT export, > many ox-odt variables are duplicated with old variable names: > | [-]-\ Group Org Export ODT > | | |--- Option Org Odt Prettify Xml > | | |--- Option Org Odt Schema Dir > | | |--- Option Org Odt Content Template File > | | |--- Option Org Odt Styles File > | | |--- Option Org Odt Display Outline Level > | | |--- Option Org Odt Convert Processes > | | |--- Option Org Odt Convert Process > | | |--- Option Org Odt Convert Capabilities > | | |--- Option Org Odt Preferred Output Format > | | |--- Option Org Odt Format Drawer Function > | | |--- Option Org Odt Format Headline Function > | | |--- Option Org Odt Format Inlinetask Function > | | |--- Option Org Odt With Latex > | | |--- Option Org Odt Inline Formula Rules > | | |--- Option Org Odt Inline Image Rules > | | |--- Option Org Odt Pixels Per Inch > | | |--- Option Org Odt Create Custom Styles For Srcblocks > | | |--- Option Org Odt Fontify Srcblocks > | | |--- Option Org Odt Table Styles > | | |--- Option Org Odt Use Date Fields > | | |--- Option Org Export Odt Schema Dir > | | |--- Option Org Export Odt Content Template File > | | |--- Option Org Export Odt Styles File > | | |--- Option Org Export Odt Inline Image Extensions > | | |--- Option Org Export Odt Pixels Per Inch > | | |--- Option Org Export Odt Create Custom Styles For Srcblocks > | | |--- Option Org Export Odt Preferred Output Format > | | |--- Option Org Export Odt Table Styles > | | |--- Option Org Export Odt Fontify Srcblocks > | | |--- Option Org Export Odt Category Strings > | | |--- Option Org Export Odt Prettify Xml > | | |--- Option Org Export Odt Convert Processes > | | |--- Option Org Export Odt Convert Process > | | `--- Option Org Export Odt Convert Capabilities > > This is apparently caused by interference from an old version of > org-mode that is bundled inside my OS X Emacs.app. How can I > completely disable the old version?