Selaa lähdekoodia

Don't use :version "24.3" until Emacs 24.3 is released and/or Org sync'ed in Emacs

Bastien Guerry 12 vuotta sitten
vanhempi
commit
b4df37076d
4 muutettua tiedostoa jossa 10 lisäystä ja 10 poistoa
  1. 1 1
      lisp/org-capture.el
  2. 1 1
      lisp/org-datetree.el
  3. 2 2
      lisp/org-latex.el
  4. 6 6
      lisp/org.el

+ 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.3"
+  ;; :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.3"
+  ;; :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.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

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