Simplify: drop Org-9.5 support

This commit is contained in:
Gerard Vermeulen 2024-01-22 13:36:27 +01:00
parent 45f2581533
commit 256fa93546

View File

@ -3207,12 +3207,6 @@ processor, text to product convertor) to an Emacs setup. Listing
#+caption: Set =org-cite= and =citar= options.
#+name: lst:set-org-cite+citar-options
#+begin_src emacs-lisp -n
(with-eval-after-load 'oc
;; Org-9.5 needs the requirements, but Org-9.6 does not.
(when (version< (org-version) "9.6")
(require 'oc-biblatex)
(require 'oc-csl)))
(with-eval-after-load 'org
(keymap-set org-mode-map "C-c b" #'org-cite-insert))