From c19f5c3c0d1efb373df6b0343042322485ceff3d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 3 Apr 2012 13:32:23 +0200 Subject: [PATCH] Add :version to org-list.el options. --- lisp/org-list.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/org-list.el b/lisp/org-list.el index 2caecff27..c37758883 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -215,6 +215,7 @@ Both uppercase and lowercase are handled. Lists with more than 26 items will fallback to standard numbering. Alphabetical counters like \"[@c]\" will be recognized." :group 'org-plain-lists + :version "24.1" :type 'boolean) (defcustom org-list-two-spaces-after-bullet-regexp nil @@ -258,6 +259,7 @@ indent when non-nil, indenting or outdenting list top-item outdenting a list whose bullet is * to column 0 will change that bullet to \"-\"." :group 'org-plain-lists + :version "24.1" :type '(alist :tag "Sets of rules" :key-type (choice @@ -277,6 +279,7 @@ This affects the behavior of \\[org-move-item-up], \\[org-move-item-down], \\[org-next-item] and \\[org-previous-item]." :group 'org-plain-lists + :version "24.1" :type 'boolean) (defvar org-checkbox-statistics-hook nil @@ -306,6 +309,7 @@ When the indentation would be larger than this, it will become By setting this to a small number, usually 1 or 2, one can more clearly distinguish sub-items in a list." :group 'org-plain-lists + :version "24.1" :type 'integer) (defcustom org-list-radio-list-templates