[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Defcustoms new in Emacs 24.1 missing :version tags
From: |
Jambunathan K |
Subject: |
Re: [O] Defcustoms new in Emacs 24.1 missing :version tags |
Date: |
Sun, 12 Feb 2012 13:11:20 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (windows-nt) |
Glenn Morris <address@hidden> 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
--