Skip to content

Commit

Permalink
Make render-references non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
andras-simonyi committed Apr 1, 2018
1 parent f4a3028 commit 40107ed
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 @@ -703,7 +703,6 @@ BIB-ELT-BEGIN BIB-ELT-END PRINT-BIB) list."
;;;###autoload
(defun citeproc-org-render-references (backend)
"Render cites and bibliography for export with BACKEND."
(interactive)
(if (not (memq backend citeproc-org-ignore-backends))
(let* ((parsed-buffer (org-element-parse-buffer))
(mode (citeproc-org--determine-mode parsed-buffer)))
Expand Down

0 comments on commit 40107ed

Please sign in to comment.