ソースを参照

Update some defcustoms keywords

* lisp/org.el (org-structure-template-alist): Fix :version keyword
  value.
(org-effort-durations): Add missing keywords.
Nicolas Goaziou 10 年 前
コミット
ff1305efc9
1 ファイル変更3 行追加2 行削除
  1. 3 2
      lisp/org.el

+ 3 - 2
lisp/org.el

@@ -12279,7 +12279,7 @@ variable `org-mtags-prefer-muse-templates'."
 	  (list
 	   (string :tag "Key")
 	   (string :tag "Template")))
-  :version 24.4
+  :version "25.1"
   :package-version '(Org . "8.3"))
 
 (defun org-try-structure-completion ()
@@ -17900,7 +17900,8 @@ minutes.
 For example, if the value of this variable is ((\"hours\" . 60)), then an
 effort string \"2hours\" is equivalent to 120 minutes."
   :group 'org-agenda
-  :version "24.1"
+  :version "25.1"
+  :package-version '(Org . "8.3")
   :type '(alist :key-type (string :tag "Modifier")
 		:value-type (number :tag "Minutes")))