From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: Which `odt-content' variable should I use? Why are there two? Date: Sun, 26 Jan 2014 19:20:46 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7VGh-0007rJ-El for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 14:21:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7VGa-0007hq-5y for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 14:21:19 -0500 Received: from plane.gmane.org ([80.91.229.3]:44306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7VGZ-0007hm-P3 for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 14:21:12 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W7VGY-0001lP-Vg for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 20:21:11 +0100 Received: from 68.178.25.153 ([68.178.25.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Jan 2014 20:21:10 +0100 Received: from algebrat by 68.178.25.153 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Jan 2014 20:21:10 +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 To: emacs-orgmode@gnu.org I was browsing the customize group org-export-odt. I found two variables that seem to do the same thing. In org-odt.el, we have org-export-odt-content-template-file while in ox-odt.el, we have org-odt-content-template-file Do I need to worry about this. Will org-export check both locations, or will one take precedence somehow? (As in, if one is `nil', will it more or less have no effect on the other?) I imagine I could do some print variable testing to discover on my own, but also wanted to see if comments would be enlightening to my understanding in general. - Brady (learning Emacs because I found Org-mode; "programmer")