summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-08-16 09:24:58 +0200
committerBastien Guerry <bzg@altern.org>2012-08-16 09:24:58 +0200
commit76b0d582b8733f63685b441ec8124d6b33e267e1 (patch)
tree54bfa1d1302fc09195df572019a71937c161654e
parent009c530e83cedd3d8966b6111c1129ab1220181f (diff)
downloadorg-mode-76b0d582b8733f63685b441ec8124d6b33e267e1.tar.gz
Replace Emacs version to "24.2" by "24.3"
This is needed because the current HEAD of the git repository will not be synced with Emacs 24.2 but more likely with Emacs 24.3.
-rw-r--r--lisp/org-agenda.el2
-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.el10
5 files changed, 10 insertions, 10 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 7db4e9d..2587341 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -886,7 +886,7 @@ you want to use two-columns display (see `org-agenda-menu-two-columns')."
:version "24.1"
:type 'boolean)
-(make-obsolete-variable 'org-agenda-menu-two-column 'org-agenda-menu-two-columns "24.2")
+(make-obsolete-variable 'org-agenda-menu-two-column 'org-agenda-menu-two-columns "24.3")
(defcustom org-agenda-menu-two-columns nil
"Non-nil means, use two columns to show custom commands in the dispatcher.
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index a59d9ee..8beb9c2 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.2"
+ :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 b39dc44..4ff8e7d 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.2"
+ :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 1ec5d36..933fa56 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.2"
+ :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.2"
+ :version "24.3"
:type 'string)
(defcustom org-export-latex-inline-image-extensions
diff --git a/lisp/org.el b/lisp/org.el
index 86ec747..6f9aa65 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.2"
+ :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.2"
+ :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.2"
+ :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.2"
+ :version "24.3"
:type '(repeat (string :tag "Property Name")))
(defcustom org-fontify-done-headline nil
@@ -4307,7 +4307,7 @@ Otherwise, these types are allowed:
(const :tag "Only scheduled timestamps" scheduled)
(const :tag "Only deadline timestamps" deadline))
:group 'org-sparse-trees
- :version "24.2")
+ :version "24.3")
(defun org-cycle-hide-archived-subtrees (state)
"Re-hide all archived subtrees after a visibility state change."