mirror of
https://github.com/org-roam/org-roam
synced 2025-09-16 15:56:48 -05:00
(internal): remove with-template-error wrapper (#1004)
This has caused more confusion than it has helped.
This commit is contained in:
@@ -62,8 +62,7 @@ It opens or creates a note with the given ref.
|
||||
(org-roam-capture--info decoded-alist)
|
||||
(template (cdr (assoc 'template decoded-alist))))
|
||||
(raise-frame)
|
||||
(org-roam--with-template-error 'org-roam-capture-ref-templates
|
||||
(org-roam-capture--capture nil template))
|
||||
(org-roam-capture--capture nil template)
|
||||
(org-roam-message "Item captured.")))
|
||||
nil)
|
||||
|
||||
|
Reference in New Issue
Block a user