浏览代码

Add :version to org-table.el options.

Bastien Guerry 13 年之前
父节点
当前提交
cd2f395416
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      lisp/org-table.el

+ 4 - 0
lisp/org-table.el

@@ -169,11 +169,13 @@ window configuration, it is not recommended to set this variable to nil,
 except maybe locally in a special file that has mostly tables with long
 except maybe locally in a special file that has mostly tables with long
 fields."
 fields."
   :group 'org-table
   :group 'org-table
+  :version "24.1"
   :type 'boolean)
   :type 'boolean)
 
 
 (defcustom org-table-fix-formulas-confirm nil
 (defcustom org-table-fix-formulas-confirm nil
   "Whether the user should confirm when Org fixes formulas."
   "Whether the user should confirm when Org fixes formulas."
   :group 'org-table-editing
   :group 'org-table-editing
+  :version "24.1"
   :type '(choice
   :type '(choice
 	  (const :tag "with yes-or-no" yes-or-no-p)
 	  (const :tag "with yes-or-no" yes-or-no-p)
 	  (const :tag "with y-or-n" y-or-n-p)
 	  (const :tag "with y-or-n" y-or-n-p)
@@ -236,6 +238,7 @@ number of hours.  Other allowed values are 'seconds, 'minutes and
 'days, and the output will be a fraction of seconds, minutes or
 'days, and the output will be a fraction of seconds, minutes or
 days."
 days."
   :group 'org-table-calculation
   :group 'org-table-calculation
+  :version "24.1"
   :type '(choice (symbol :tag "Seconds" 'seconds)
   :type '(choice (symbol :tag "Seconds" 'seconds)
 		 (symbol :tag "Minutes" 'minutes)
 		 (symbol :tag "Minutes" 'minutes)
 		 (symbol :tag "Hours  " 'hours)
 		 (symbol :tag "Hours  " 'hours)
@@ -247,6 +250,7 @@ For example, using \"~%s~\" will display the result within tilde
 characters.  Beware that modifying the display can prevent the
 characters.  Beware that modifying the display can prevent the
 field from being used in another formula."
 field from being used in another formula."
   :group 'org-table-settings
   :group 'org-table-settings
+  :version "24.1"
   :type 'string)
   :type 'string)
 
 
 (defcustom org-table-formula-evaluate-inline t
 (defcustom org-table-formula-evaluate-inline t