Skip to content

Commit

Permalink
Remove interactive declaration from citeproc-org--citelinks-to-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
andras-simonyi committed Jun 10, 2020
1 parent c8ee1b9 commit d32f1c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion citeproc-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ BIB-ELT-BEGIN BIB-ELT-END PRINT-BIB) list."

(defun citeproc-org--citelinks-to-legacy ()
"Replace cite link contents with their legacy `org-ref' versions."
(interactive)
(let ((links (org-element-map (org-element-parse-buffer) 'link
(lambda (x)
(when (and (member (org-element-property :type x)
Expand Down

0 comments on commit d32f1c0

Please sign in to comment.