Ver código fonte

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 anos atrás
pai
commit
d631a51e01
1 arquivos alterados com 2 adições e 0 exclusões
  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."