From c55604074d6645a8e5367a056a73689b1bb7c250 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 3 Apr 2012 13:53:49 +0200 Subject: [PATCH] Add :version to org.el options. --- lisp/org.el | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/lisp/org.el b/lisp/org.el index 43d7cf57c..0f13223d0 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -152,6 +152,7 @@ keybinding. By default only Emacs Lisp (which has no requirements) is loaded." :group 'org-babel :set 'org-babel-do-load-languages + :version "24.1" :type '(alist :tag "Babel Languages" :key-type (choice @@ -200,6 +201,7 @@ When non-nil, clones of a subtree don't inherit the ID property. Otherwise they inherit the ID property with a new unique identifier." :type 'boolean + :version "24.1" :group 'org-id) ;;; Version @@ -259,6 +261,7 @@ With prefix arg HERE, insert it at point." (defcustom org-log-buffer-setup-hook nil "Hook that is run after an Org log buffer is created." :group 'org + :version "24.1" :type 'hook) (defvar org-modules) ; defined below @@ -428,6 +431,7 @@ already archived entries." (const :tag "All headlines in active region" t) (const :tag "In active region, headlines at the same level than the first one" 'start-level) (string :tag "Tags/Property/Todo matcher")) + :version "24.1" :group 'org-todo :group 'org-archive) @@ -496,6 +500,7 @@ Not all export backends support this, but HTML does. This option can also be set with the +OPTIONS line, e.g. \"^:nil\"." :group 'org-startup :group 'org-export-translation + :version "24.1" :type '(choice (const :tag "Always interpret" t) (const :tag "Only with braces" {}) @@ -512,6 +517,7 @@ the following lines anywhere in the buffer: #+STARTUP: beamer" :group 'org-startup + :version "24.1" :type 'boolean) (defcustom org-startup-align-all-tables nil @@ -532,6 +538,7 @@ the following lines anywhere in the buffer: #+STARTUP: inlineimages #+STARTUP: noinlineimages" :group 'org-startup + :version "24.1" :type 'boolean) (defcustom org-insert-mode-line-in-empty-file nil @@ -1069,6 +1076,7 @@ used to kill (part-of) a headline that has hidden text behind it. Any other non-nil value will result in a query to the user, if it is OK to kill that hidden subtree. When nil, kill without remorse." :group 'org-edit-structure + :version "24.1" :type '(choice (const :tag "Do not protect hidden subtrees" nil) (const :tag "Protect hidden subtrees with a security query" t) @@ -1089,6 +1097,7 @@ smart Make point visible, and do insertion/deletion if it is allows insertion and backward-delete right before ellipses. FIXME: maybe in this case we should not even show?" :group 'org-edit-structure + :version "24.1" :type '(choice (const :tag "Do not check" nil) (const :tag "Throw error when trying to edit" error) @@ -1542,6 +1551,7 @@ Changing this requires a restart of Emacs to work correctly." When nil, the link search tries to match a phrase with all words in the search text." :group 'org-link-follow + :version "24.1" :type '(choice (const :tag "Use fuzzy text search" nil) (const :tag "Match only exact headline" t) @@ -1661,6 +1671,7 @@ single keystroke rather than having to type \"yes\"." (defcustom org-confirm-shell-link-not-regexp "" "A regexp to skip confirmation for shell links." :group 'org-link-follow + :version "24.1" :type 'regexp) (defcustom org-confirm-elisp-link-function 'yes-or-no-p @@ -1686,6 +1697,7 @@ single keystroke rather than having to type \"yes\"." (defcustom org-confirm-elisp-link-not-regexp "" "A regexp to skip confirmation for Elisp links." :group 'org-link-follow + :version "24.1" :type 'regexp) (defconst org-file-apps-defaults-gnu @@ -1908,6 +1920,7 @@ When bulk-refiling from the agenda, the value `note' is forbidden and will temporarily be changed to `time'." :group 'org-refile :group 'org-progress + :version "24.1" :type '(choice (const :tag "No logging" nil) (const :tag "Record timestamp" time) @@ -1983,6 +1996,7 @@ If you have added new entries to a buffer that might themselves be targets, you need to clear the cache manually by pressing `C-0 C-c C-w' or, if you find that easier, `C-u C-u C-u C-c C-w'." :group 'org-refile + :version "24.1" :type 'boolean) (defcustom org-refile-use-outline-path nil @@ -2038,6 +2052,7 @@ don't contain a set of subtrees, but it might be convenient to do so sometimes: in that case, the first line of the region is converted to a headline before refiling." :group 'org-refile + :version "24.1" :type 'boolean) (defgroup org-todo nil @@ -2511,6 +2526,7 @@ By default this is the first task in a TODO sequence, or the previous state in a TODO_TYP set. But you can specify another task here. alternatively, set the :REPEAT_TO_STATE: property of the entry." :group 'org-todo + :version "24.1" :type '(choice (const :tag "Head of sequence" nil) (string :tag "Specific state"))) @@ -2595,6 +2611,7 @@ an integer, increasing by 1000 for each priority level. The user can set a different function here, which should take a string as an argument and return the numeric priority." :group 'org-priorities + :version "24.1" :type 'function) (defgroup org-time nil @@ -2736,6 +2753,7 @@ But you can also set a deviating value here. This may t or nil, or the symbol `org-read-date-prefer-future'." :group 'org-agenda :group 'org-time + :version "24.1" :type '(choice (const :tag "Use org-read-date-prefer-future" org-read-date-prefer-future) @@ -2770,6 +2788,7 @@ has limited date range is not negligible. A workaround for this problem is to use diary sexp dates for time stamps outside of this range." :group 'org-time + :version "24.1" :type 'boolean) (defcustom org-read-date-display-live t @@ -2817,6 +2836,7 @@ For example, if `org-extend-today-until' is 8, and it's 4am, then the \"effective time\" of any timestamps between midnight and 8am will be 23:59 of the previous day." :group 'org-time + :version "24.1" :type 'boolean) (defcustom org-edit-timestamp-down-means-later nil @@ -2890,6 +2910,7 @@ tags in that file can be created dynamically (there are none). 'org-complete-tags-always-offer-all-agenda-tags) t)))" :group 'org-tags + :version "24.1" :type 'boolean) (defvar org-file-tags nil @@ -3058,6 +3079,7 @@ and the clock summary: (org-entry-get (point) \"Effort\")))) (org-minutes-to-hh:mm-string (- effort clocksum))))))" :group 'org-properties + :version "24.1" :type 'alist) (defcustom org-use-property-inheritance nil @@ -3329,6 +3351,7 @@ This is a property list with the following properties: "Non-nil means signal an error when image creation of LaTeX snippets fails. When nil, just push out a message." :group 'org-latex + :version "24.1" :type 'boolean) (defcustom org-latex-to-mathml-jar-file nil "Value of\"%j\" in `org-latex-to-mathml-convert-command'. @@ -3337,6 +3360,7 @@ Use this to specify additional executable file say a jar file. When using MathToWeb as the converter, specify the full-path to your mathtoweb.jar file." :group 'org-latex + :version "24.1" :type '(choice (const :tag "None" nil) (file :tag "JAR file" :must-match t))) @@ -3354,6 +3378,7 @@ This command is used by `org-create-math-formula'. When using MathToWeb as the converter, set this to \"java -jar %j -unicode -force -df %o %I\"." :group 'org-latex + :version "24.1" :type '(choice (const :tag "None" nil) (string :tag "\nShell command"))) @@ -3463,6 +3488,7 @@ compiling LaTeX snippets into images for inclusion into HTML." :group 'org-export-latex :set 'org-set-packages-alist :get 'org-get-packages-alist + :version "24.1" :type '(repeat (choice (list :tag "options/package pair" @@ -3528,6 +3554,7 @@ lines to the buffer: For example, a value '(title) for this list will make the document's title appear in the buffer without the initial #+TITLE: keyword." :group 'org-appearance + :version "24.1" :type '(set (const :tag "#+AUTHOR" author) (const :tag "#+DATE" date) (const :tag "#+EMAIL" email) @@ -3568,11 +3595,13 @@ org-level-* faces." "Non-nil means show entities as UTF8 characters. When nil, the \\name form remains in the buffer." :group 'org-appearance + :version "24.1" :type 'boolean) (defcustom org-pretty-entities-include-sub-superscripts t "Non-nil means, pretty entity display includes formatting sub/superscripts." :group 'org-appearance + :version "24.1" :type 'boolean) (defvar org-emph-re nil @@ -5356,6 +5385,7 @@ will be prompted for." (defcustom org-src-fontify-natively nil "When non-nil, fontify code in code blocks." :type 'boolean + :version "24.1" :group 'org-appearance :group 'org-babel) @@ -16205,6 +16235,7 @@ minutes. For example, if the value of this variable is ((\"hours\" . 60)), then an effort string \"2hours\" is equivalent to 120 minutes." :group 'org-agenda + :version "24.1" :type '(alist :key-type (string :tag "Modifier") :value-type (number :tag "Minutes"))) -- 2.11.4.GIT