emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Org merge


From: Jambunathan K
Subject: Re: Org merge
Date: Tue, 12 Nov 2013 22:24:29 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

In the new exporters, some defcustoms have no :version properties or
they reflect old values.  

Some samples here.  Not an exhaustive list.

(defcustom org-html-text-markup-alist nil
  :group 'org-export-html
  :type '(alist :key-type (symbol :tag "Markup type")
                :value-type (string :tag "Format string"))
  :options '(bold code italic strike-through underline verbatim))


(defcustom org-odt-prettify-xml nil
  :group 'org-export-odt
  :version "24.1" 
            ^^^^
            ^^^^
            ^^^^ 
  :type 'boolean)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]