Update stale link-related library names

* contrib/lisp/org-bibtex-extras.el: Update for rename of org-bibtex
to ol-bibtex.
* lisp/ox-icalendar.el: Update for rename of org-bbdb to ol-bbdb.

Reported-by: Jonas Bernoulli <jonas@bernoul.li>
<https://lists.gnu.org/archive/html/emacs-orgmode/2019-04/msg00143.html>
This commit is contained in:
Kyle Meyer 2019-04-20 15:02:54 -04:00
parent f3e7dcd174
commit b0add090cd
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@
;; (obe-html-export-citations))))
;;; Code:
(require 'org-bibtex)
(require 'ol-bibtex)
(declare-function org-trim "org" (s &optional keep-lead))

View File

@ -33,7 +33,7 @@
(require 'cl-lib)
(require 'ox-ascii)
(declare-function org-bbdb-anniv-export-ical "org-bbdb" nil)
(declare-function org-bbdb-anniv-export-ical "ol-bbdb" nil)
@ -971,7 +971,7 @@ FILES is a list of files to build the calendar from."
files "")
;; BBDB anniversaries.
(when (and org-icalendar-include-bbdb-anniversaries
(require 'org-bbdb nil t))
(require 'ol-bbdb nil t))
(with-output-to-string (org-bbdb-anniv-export-ical)))))))
(run-hook-with-args 'org-icalendar-after-save-hook
org-icalendar-combined-agenda-file))