Skip to content

Commit

Permalink
Fix for the move of `org-get-outline-path' to org-refile in Org 9.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Mar 5, 2020
1 parent af85600 commit 9474bd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ox-hugo.el
Expand Up @@ -75,6 +75,9 @@
(require 'ox-blackfriday)
(require 'ffap) ;For `ffap-url-regexp'
(require 'ob-core) ;For `org-babel-parse-header-arguments'
;; `org-refile.el' is new in Org 9.4
;; https://code.orgmode.org/bzg/org-mode/commit/f636cf91b6cbe322eca56e23283f4614548c9d65
(require 'org-refile nil :noerror) ;For `org-get-outline-path'
(declare-function org-hugo-pandoc-cite--parse-citations-maybe "ox-hugo-pandoc-cite")

(defvar ffap-url-regexp) ;Silence byte-compiler
Expand Down

0 comments on commit 9474bd2

Please sign in to comment.