pkg update and first config fix
org-brain not working, add org-roam
This commit is contained in:
@@ -88,7 +88,7 @@ strings, or nil."
|
||||
;; I don't know how to avoid a trailing . on some dois with the
|
||||
;; expression above, so if it is there, I chomp it off here.
|
||||
(let ((doi (match-string 0)))
|
||||
(when (s-ends-with? "." doi)
|
||||
(when (or (s-ends-with? "." doi) (s-ends-with? ";" doi))
|
||||
(setq doi (substring doi 0 (- (length doi) 1))))
|
||||
(cl-pushnew doi matches :test #'equal)))
|
||||
matches)))
|
||||
|
||||
Reference in New Issue
Block a user