Simplify: drop Org-9.5 support
This commit is contained in:
parent
45f2581533
commit
256fa93546
@ -3207,12 +3207,6 @@ processor, text to product convertor) to an Emacs setup. Listing
|
|||||||
#+caption: Set =org-cite= and =citar= options.
|
#+caption: Set =org-cite= and =citar= options.
|
||||||
#+name: lst:set-org-cite+citar-options
|
#+name: lst:set-org-cite+citar-options
|
||||||
#+begin_src emacs-lisp -n
|
#+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
|
(with-eval-after-load 'org
|
||||||
(keymap-set org-mode-map "C-c b" #'org-cite-insert))
|
(keymap-set org-mode-map "C-c b" #'org-cite-insert))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user