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:
parent
ccbcb0f9b6
commit
f801549160
12
lisp/org.el
12
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)
|
||||
|
Loading…
Reference in New Issue
Block a user