From dd98bb5e11f04b83f2c72e2e8c3c49e2ecd82100 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 4 Mar 2014 22:47:51 -0500 Subject: MNT: Remove properties when get citekey at point --- bog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bog.el b/bog.el index e4580d3..f754c31 100644 --- a/bog.el +++ b/bog.el @@ -181,7 +181,7 @@ year, and the first meaningful word in the title)." (let ((maybe-citekey (thing-at-point 'word))) (when (and maybe-citekey (bog-citekey-only-p maybe-citekey)) - maybe-citekey))) + (substring-no-properties maybe-citekey)))) (defun bog-citekey-from-notes () "Get the citekey from the context of the Org file." -- cgit v1.2.3