Browse Source

org-attach: Silence byte-compiler

de6d90224 (org-attach: Consider inlinetasks when calculating attach
dir, 2020-12-17) introduced a call to org-inlinetask-goto-beginning
and org-inlinetask-in-task-p, each behind a featurep guard.
Kyle Meyer 4 years ago
parent
commit
d631a51e01
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/org-attach.el

+ 2 - 0
lisp/org-attach.el

@@ -42,6 +42,8 @@
 (declare-function dired-dwim-target-directory "dired-aux")
 (declare-function org-element-property "org-element" (property element))
 (declare-function org-element-type "org-element" (element))
+(declare-function org-inlinetask-goto-beginning "org-inlinetask" ())
+(declare-function org-inlinetask-in-task-p "org-inlinetask" ())
 
 (defgroup org-attach nil
   "Options concerning attachments in Org mode."