|
@@ -58,14 +58,18 @@
|
|
|
(declare-function org-element-property "org-element" (property element))
|
|
|
(declare-function org-element-restriction "org-element" (element))
|
|
|
(declare-function org-element-type "org-element" (element))
|
|
|
+(declare-function org-entry-get "org" (pom property &optional inherit literal-nil))
|
|
|
(declare-function org-file-contents "org" (file &optional noerror nocache))
|
|
|
(declare-function org-file-url-p "org" (file))
|
|
|
(declare-function org-in-commented-heading-p "org" (&optional no-inheritance))
|
|
|
+(declare-function org-link-search "org" (s &optional avoid-pos stealth))
|
|
|
(declare-function org-mode "org" ())
|
|
|
(declare-function vc-backend "vc-hooks" (f))
|
|
|
(declare-function vc-call "vc-hooks" (fun file &rest args) t)
|
|
|
(declare-function vc-exec-after "vc-dispatcher" (code))
|
|
|
|
|
|
+(defvar org-link-search-must-match-exact-headline)
|
|
|
+
|
|
|
;;; Variables
|
|
|
|
|
|
(defvar-local org-macro-templates nil
|