Merge branch 'bugfix'
This commit is contained in:
commit
425f379458
|
@ -1237,7 +1237,9 @@ from the processor set in `org-cite-activate-processor'."
|
||||||
(let ((cite (org-with-point-at (match-beginning 0)
|
(let ((cite (org-with-point-at (match-beginning 0)
|
||||||
(org-element-citation-parser))))
|
(org-element-citation-parser))))
|
||||||
(when cite
|
(when cite
|
||||||
(funcall activate cite)
|
;; Do not alter match data as font-lock expects us to set it
|
||||||
|
;; appropriately.
|
||||||
|
(save-match-data (funcall activate cite))
|
||||||
;; Move after cite object and make sure to return
|
;; Move after cite object and make sure to return
|
||||||
;; a non-nil value.
|
;; a non-nil value.
|
||||||
(goto-char (org-element-property :end cite)))))))
|
(goto-char (org-element-property :end cite)))))))
|
||||||
|
|
Loading…
Reference in New Issue