summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-08-20 07:49:16 +0200
committerBastien Guerry <bzg@altern.org>2012-08-20 07:49:16 +0200
commitb4df37076d987c5f5af34a1a4972daf7704fad6a (patch)
tree46e0387ef69351f0e8d6be2d071e440c87632f7f
parent8393a76f783a041dd4ccad2bbc9fcd7169214c68 (diff)
downloadorg-mode-b4df37076d987c5f5af34a1a4972daf7704fad6a.tar.gz
Don't use :version "24.3" until Emacs 24.3 is released and/or Org sync'ed in Emacs
-rw-r--r--lisp/org-capture.el2
-rw-r--r--lisp/org-datetree.el2
-rw-r--r--lisp/org-latex.el4
-rw-r--r--lisp/org.el12
4 files changed, 10 insertions, 10 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 0c5d040..569c1f7 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -368,7 +368,7 @@ The capture buffer is current and still narrowed."
"When non-nil, add a bookmark pointing at the last stored
position when capturing."
:group 'org-capture
- :version "24.3"
+ ;; :version "24.3"
:type 'boolean)
;;; The property list for keeping information about the capture process
diff --git a/lisp/org-datetree.el b/lisp/org-datetree.el
index 4ff8e7d..f2cceb2 100644
--- a/lisp/org-datetree.el
+++ b/lisp/org-datetree.el
@@ -41,7 +41,7 @@ so the base level will be properly adjusted.")
(defcustom org-datetree-add-timestamp nil
"When non-nil, add a time stamp when create a datetree entry."
:group 'org-capture
- :version "24.3"
+ ;; :version "24.3"
:type '(choice
(const :tag "Do not add a time stamp" nil)
(const :tag "Add an inactive time stamp" inactive)
diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 933fa56..6fdaed6 100644
--- a/lisp/org-latex.el
+++ b/lisp/org-latex.el
@@ -330,7 +330,7 @@ its description and the Org's version number, as a string. Set
this option to the empty string if you don't want to include
hyperref options altogether."
:type 'string
- :version "24.3"
+ ;; :version "24.3"
:group 'org-export-latex)
(defcustom org-export-latex-footnote-separator "\\textsuperscript{,}\\,"
@@ -649,7 +649,7 @@ and `org-export-with-tags' instead."
(defcustom org-export-latex-link-with-unknown-path-format "\\texttt{%s}"
"Format string for links with unknown path type."
:group 'org-export-latex
- :version "24.3"
+ ;; :version "24.3"
:type 'string)
(defcustom org-export-latex-inline-image-extensions
diff --git a/lisp/org.el b/lisp/org.el
index e01d741..6e25651 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1409,7 +1409,7 @@ description to use."
(defcustom org-url-hexify-p t
"When non-nil, hexify URL when creating a link."
:type 'boolean
- :version "24.3"
+ ;; :version "24.3"
:group 'org-link-store)
(defcustom org-email-link-description-format "Email %c: %.30s"
@@ -1853,7 +1853,7 @@ For more examples, see the system specific constants
(defcustom org-doi-server-url "http://dx.doi.org/"
"The URL of the DOI server."
:type 'string
- :version "24.3"
+ ;; :version "24.3"
:group 'org-link-follow)
(defgroup org-refile nil
@@ -3425,7 +3425,7 @@ imagemagick Convert the LaTeX fragments to pdf files and use imagemagick
directories relative to the processed org files paths. An absolute path
puts all preview images at the same place."
:group 'org-latex
- :version "24.3"
+ ;; :version "24.3"
:type 'string)
(defun org-format-latex-mathml-available-p ()
@@ -3611,7 +3611,7 @@ The default use of these custom properties is to let the user
hide them with `org-toggle-custom-properties-visibility'."
:group 'org-properties
:group 'org-appearance
- :version "24.3"
+ ;; :version "24.3"
:type '(repeat (string :tag "Property Name")))
(defcustom org-fontify-done-headline nil
@@ -4306,8 +4306,8 @@ Otherwise, these types are allowed:
(const :tag "Only inactive timestamps" inactive)
(const :tag "Only scheduled timestamps" scheduled)
(const :tag "Only deadline timestamps" deadline))
- :group 'org-sparse-trees
- :version "24.3")
+ ;; :version "24.3"
+ :group 'org-sparse-trees)
(defun org-cycle-hide-archived-subtrees (state)
"Re-hide all archived subtrees after a visibility state change."