From f801549160c953eddd69425de19e76394b94da43 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 6 Jul 2012 08:57:44 +0200 Subject: [PATCH] org.el (org-doi-server-url): Update :group. * org.el (org-doi-server-url): Update :group. Also move the option. --- lisp/org.el | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index e2b423e06..c5a5f7ed1 100644 --- a/lisp/org.el +++ b/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)