1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-29 07:58:21 +00:00

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

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

Also move the option.
This commit is contained in:
Bastien Guerry 2012-07-06 08:57:44 +02:00
parent ccbcb0f9b6
commit f801549160

View File

@ -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)