瀏覽代碼

ob-ref.el: declare two functions.

Declare `org-id-find-id-in-file' and `org-show-context'.

Thanks to Achim Gratz for spotting this.
Bastien Guerry 13 年之前
父節點
當前提交
b9af1d0cd5
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lisp/ob-ref.el

+ 2 - 0
lisp/ob-ref.el

@@ -58,6 +58,8 @@
 (declare-function org-count "org" (CL-ITEM CL-SEQ))
 (declare-function org-at-item-p "org-list" ())
 (declare-function org-narrow-to-subtree "org" ())
+(declare-function org-id-find-id-in-file "org-id" (id file &optional markerp))
+(declare-function org-show-context "org" (&optional key))
 
 (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]*")