From 5b750a8bc321a40f26ce18c8d3d8fb8f4106359a Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sun, 8 Aug 2021 23:48:37 +0200 Subject: feat: much smoother local mode --- org-roam-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-roam-ui.el') diff --git a/org-roam-ui.el b/org-roam-ui.el index 3e722a4..e5497fb 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -241,7 +241,7 @@ loaded. Returns `ref' if an entry could not be found." (append head (list el) tail))) (defun org-roam-ui--citekey-to-ref (citekey) - "Convert a citekey property (most likely with a `cite:' prefix) to just a key + "Convert a CITEKY property (most likely with a `cite:' prefix) to just a key. This method is mostly taken from `org-roam-bibtex' see https://github.com/org-roam/org-roam-bibtex/blob/919ec8d837a7a3bd25232bdba17a0208efaefb2a/orb-utils.el#L289 but is has been adapted to operate on a sting instead of a node. Requires -- cgit v1.2.3