mirror of
https://github.com/org-roam/org-roam
synced 2025-09-16 15:56:48 -05:00
(chore): Cleanups for MELPA release (#251)
* (chore): require minimum Org version 9.3 * fix bytecompile errors for org-roam.el * fix checkdoc errors * fix more things
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
;; URL: https://github.com/jethrokuan/org-roam
|
||||
;; Keywords: org-mode, roam, convenience
|
||||
;; Version: 1.0.0-rc1
|
||||
;; Package-Requires: ((emacs "26.1") (org "9.0"))
|
||||
;; Package-Requires: ((emacs "26.1") (org "9.3"))
|
||||
|
||||
;; This file is NOT part of GNU Emacs.
|
||||
|
||||
@@ -67,7 +67,7 @@ It opens or creates a note with the given ref.
|
||||
(val (cdr k.v)))
|
||||
(cons key (org-link-decode val)))) alist)))
|
||||
(unless (assoc 'ref decoded-alist)
|
||||
(error "No ref key provided."))
|
||||
(error "No ref key provided"))
|
||||
(when-let ((title (cdr (assoc 'title decoded-alist))))
|
||||
(push (cons 'slug (org-roam--title-to-slug title)) decoded-alist))
|
||||
(let* ((org-roam-capture-templates org-roam-ref-capture-templates)
|
||||
|
Reference in New Issue
Block a user