0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-12 08:39:56 +00:00

Add :version to org-exp.el options.

This commit is contained in:
Bastien Guerry 2012-04-03 13:26:05 +02:00
parent 8275726e7e
commit d5220e906f

View file

@ -98,6 +98,7 @@ is nil, the buffer remains buried also in these cases."
This applied to the commands `org-export-as-html-and-open' and This applied to the commands `org-export-as-html-and-open' and
`org-export-as-pdf-and-open'." `org-export-as-pdf-and-open'."
:group 'org-export-general :group 'org-export-general
:version "24.1"
:type 'boolean) :type 'boolean)
(defcustom org-export-run-in-background nil (defcustom org-export-run-in-background nil
@ -120,6 +121,7 @@ force an export command into the current process."
"The initial scope when exporting with `org-export'. "The initial scope when exporting with `org-export'.
This variable can be either set to 'buffer or 'subtree." This variable can be either set to 'buffer or 'subtree."
:group 'org-export-general :group 'org-export-general
:version "24.1"
:type '(choice :type '(choice
(const :tag "Export current buffer" 'buffer) (const :tag "Export current buffer" 'buffer)
(const :tag "Export current subtree" 'subtree))) (const :tag "Export current subtree" 'subtree)))
@ -220,6 +222,7 @@ and in `org-clock-clocktable-language-setup'."
(defcustom org-export-date-timestamp-format "%Y-%m-%d" (defcustom org-export-date-timestamp-format "%Y-%m-%d"
"Time string format for Org timestamps in the #+DATE option." "Time string format for Org timestamps in the #+DATE option."
:group 'org-export-general :group 'org-export-general
:version "24.1"
:type 'string) :type 'string)
(defvar org-export-page-description "" (defvar org-export-page-description ""
@ -317,6 +320,7 @@ done include only tasks that are already done.
nil remove all tasks before export nil remove all tasks before export
list of TODO kwds keep only tasks with these keywords" list of TODO kwds keep only tasks with these keywords"
:group 'org-export-general :group 'org-export-general
:version "24.1"
:type '(choice :type '(choice
(const :tag "All tasks" t) (const :tag "All tasks" t)
(const :tag "No tasks" nil) (const :tag "No tasks" nil)
@ -367,6 +371,7 @@ e.g. \"author:nil\"."
This option can also be set with the +OPTIONS line, This option can also be set with the +OPTIONS line,
e.g. \"email:t\"." e.g. \"email:t\"."
:group 'org-export-general :group 'org-export-general
:version "24.1"
:type 'boolean) :type 'boolean)
(defcustom org-export-creator-info t (defcustom org-export-creator-info t
@ -594,6 +599,7 @@ the values of constants may be useful to have."
This is the global equivalent of the :remove-nil-lines option This is the global equivalent of the :remove-nil-lines option
when locally sending a table with #+ORGTBL." when locally sending a table with #+ORGTBL."
:group 'org-export-tables :group 'org-export-tables
:version "24.1"
:type 'boolean) :type 'boolean)
(defcustom org-export-prefer-native-exporter-for-tables nil (defcustom org-export-prefer-native-exporter-for-tables nil