From mboxrd@z Thu Jan 1 00:00:00 1970 From: Skip Collins Subject: Re: odt export version conflict on emacs for mac os x Date: Thu, 29 Aug 2013 14:25:36 -0400 Message-ID: References: <87k3j5krwt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF6uY-00086Y-B4 for emacs-orgmode@gnu.org; Thu, 29 Aug 2013 14:25:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VF6uX-0002mU-8C for emacs-orgmode@gnu.org; Thu, 29 Aug 2013 14:25:37 -0400 Received: from mail-oa0-x22b.google.com ([2607:f8b0:4003:c02::22b]:39173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF6uX-0002mB-2H for emacs-orgmode@gnu.org; Thu, 29 Aug 2013 14:25:37 -0400 Received: by mail-oa0-f43.google.com with SMTP id i10so1077116oag.16 for ; Thu, 29 Aug 2013 11:25:36 -0700 (PDT) In-Reply-To: <87k3j5krwt.fsf@gmail.com> 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: Jambunathan K Cc: emacs-org list Jambunathan K wrote: >> After I do an ODT export, many ox-odt variables are duplicated with >> old variable names: >> | [-]-\ Group Org Export ODT >> | | |--- Option Org Odt Schema Dir >> | | |--- Option Org Odt Content Template File > > Above ones come from NEW exporter, ox-odt.el > >> | | |--- Option Org Export Odt Schema Dir >> | | |--- Option Org Export Odt Content Template File > > Above ones come from LEGACY exporter. Not used by ox-odt.el. > > This is confusing but the behaviour is expected and NOT BUGGY. Thank you for clarifying a confusing situation. I am not sure why I assumed that the org-export-odt variables were the newer ones. Suggestion for maintainers: a new, separate customization group, with appropriate pointers in the documentation, would be helpful.