Browse Source

ob-ref: declare function for compiler

* lisp/ob-ref.el (org-narrow-to-subtree): Declare unknown function.
Eric Schulte 13 years ago
parent
commit
802a127544
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ob-ref.el

+ 1 - 0
lisp/ob-ref.el

@@ -57,6 +57,7 @@
 (declare-function org-at-table-p "org" (&optional table-type))
 (declare-function org-count "org" (CL-ITEM CL-SEQ))
 (declare-function org-at-item-p "org-list" ())
+(declare-function org-narrow-to-subtree "org" ())
 
 (defvar org-babel-ref-split-regexp
   "[ \f\t\n\r\v]*\\(.+?\\)[ \f\t\n\r\v]*=[ \f\t\n\r\v]*\\(.+\\)[ \f\t\n\r\v]*")