From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Defcustoms new in Emacs 24.1 missing :version tags Date: Sun, 12 Feb 2012 13:11:20 +0530 Message-ID: <81vcnc7b33.fsf@gmail.com> References: <20278.59939.565890.910749@fencepost.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwU3z-0000aa-4Q for emacs-orgmode@gnu.org; Sun, 12 Feb 2012 02:41:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwU3y-00024v-2n for emacs-orgmode@gnu.org; Sun, 12 Feb 2012 02:41:35 -0500 In-Reply-To: <20278.59939.565890.910749@fencepost.gnu.org> (Glenn Morris's message of "Sat, 11 Feb 2012 17:22:27 -0500") 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: Glenn Morris Cc: emacs-orgmode@gnu.org Glenn Morris writes: > The following defcustoms seem to be new in Emacs 24.1 (compared to > 23.4) but do not have :version tags, so maybe you want to add them. > Some of these could be false alarms; eg if a variable was just > renamed, or if the containing defgroup has a :version tag Pushed a fix for org-odt.el in git repo. > org-odt.el: org-export-odt-schema-dir > org-odt.el: org-export-odt-content-template-file > org-odt.el: org-export-odt-styles-file > org-odt.el: org-export-odt-inline-image-extensions > org-odt.el: org-export-odt-pixels-per-inch > org-odt.el: org-export-odt-create-custom-styles-for-srcblocks > org-odt.el: org-export-odt-preferred-output-format > org-odt.el: org-export-odt-table-styles > org-odt.el: org-export-odt-fontify-srcblocks > org-odt.el: org-export-odt-prettify-xml > org-odt.el: org-export-odt-convert-processes > org-odt.el: org-export-odt-convert-process > org-odt.el: org-export-odt-convert-capabilities --