Jelajahi Sumber

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.
Bastien Guerry 12 tahun lalu
induk
melakukan
76b0d582b8
5 mengubah file dengan 10 tambahan dan 10 penghapusan
  1. 1 1
      lisp/org-agenda.el
  2. 1 1
      lisp/org-capture.el
  3. 1 1
      lisp/org-datetree.el
  4. 2 2
      lisp/org-latex.el
  5. 5 5
      lisp/org.el

+ 1 - 1
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.

+ 1 - 1
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

+ 1 - 1
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)

+ 2 - 2
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

+ 5 - 5
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."