ソースを参照

org.el (org-doi-server-url): Update :group.

* org.el (org-doi-server-url): Update :group.

Also move the option.
Bastien Guerry 12 年 前
コミット
f801549160
1 ファイル変更5 行追加7 行削除
  1. 5 7
      lisp/org.el

+ 5 - 7
lisp/org.el

@@ -1842,7 +1842,11 @@ For more examples, see the system specific constants
 			(string :tag "Command")
 			(sexp :tag "Lisp form")))))
 
-
+(defcustom org-doi-server-url "http://dx.doi.org/"
+  "The URL of the DOI server."
+  :type 'string
+  :version "24.2"
+  :group 'org-link-follow)
 
 (defgroup org-refile nil
   "Options concerning refiling entries in Org-mode."
@@ -5442,12 +5446,6 @@ by a #."
   :version "24.1"
   :group 'org-appearance)
 
-(defcustom org-doi-server-url "http://dx.doi.org/"
-  "The URL of the DOI server."
-  :type 'string
-  :version "24.2"
-  :group 'org-link)
-
 (defun org-fontify-meta-lines-and-blocks (limit)
   (condition-case nil
       (org-fontify-meta-lines-and-blocks-1 limit)