We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449f316 commit 8a88de5Copy full SHA for 8a88de5
org-zotxt.el
@@ -45,15 +45,15 @@ If nil, the user is prompted to choose each time.
45
46
A selected default method can be bypassed by giving a double
47
prefix argument (C-u C-u) to `org-zotxt-insert-reference-link'"
48
- :group 'org-zotxt
+ :group 'zotxt
49
:type (append '(choice) '((const :tag "Choose each time" nil))
50
(mapcar
51
(lambda (c) (list 'const :tag (car c) (cdr c)))
52
zotxt-quicksearch-method-names)))
53
54
(defcustom org-zotxt-noter-zotero-link "ZOTERO_LINK"
55
"Default property name for zotero link."
56
57
:type 'string)
58
59
(defun org-zotxt-extract-link-id-at-point ()
0 commit comments