Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
maybe syntax changed?
  • Loading branch information
Your Name committed Aug 2, 2024
1 parent bee3e38 commit 53caaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-ref-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ if FORCE is non-nil reparse the buffer no matter what."
(cl-loop for ref in (plist-get (org-ref-parse-cite-path (plist-get plist :path)) :references)
do
(when (not (member (plist-get ref :key) bibtex-keys))
(goto-char (plist-get plist :begin))
(goto-char (org-element-property :begin link))
(re-search-forward (plist-get ref :key))
(push (cons (plist-get ref :key) (point-marker)) bad-citations)))))))
;; add with-affiliates to get cites in caption
Expand Down

0 comments on commit 53caaca

Please sign in to comment.