diff options
author | Bastien Guerry <bastien1@free.fr> | 2012-04-03 14:02:21 +0200 |
---|---|---|
committer | Bastien Guerry <bastien1@free.fr> | 2012-04-03 14:02:21 +0200 |
commit | 372d7b21b2835543c8d97c1dff4929be5270a2a7 (patch) | |
tree | b5cac3b444c54b00a4153109299a397d74eb03fc /lisp/org/org-table.el | |
parent | 5c7ac47249bc16f6efc3085bc72a2d519ae1d834 (diff) | |
download | emacs-372d7b21b2835543c8d97c1dff4929be5270a2a7.tar.gz |
Add :version tag to new Org options in Emacs 24.1
Diffstat (limited to 'lisp/org/org-table.el')
-rw-r--r-- | lisp/org/org-table.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 62c24c2e35b..ae12cee2abe 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/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 fields." :group 'org-table + :version "24.1" :type 'boolean) (defcustom org-table-fix-formulas-confirm nil "Whether the user should confirm when Org fixes formulas." :group 'org-table-editing + :version "24.1" :type '(choice (const :tag "with yes-or-no" yes-or-no-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." :group 'org-table-calculation + :version "24.1" :type '(choice (symbol :tag "Seconds" 'seconds) (symbol :tag "Minutes" 'minutes) (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 field from being used in another formula." :group 'org-table-settings + :version "24.1" :type 'string) (defcustom org-table-formula-evaluate-inline t |