|
@@ -48,10 +48,8 @@
|
|
|
(declare-function org-babel-ref-resolve "ob-ref" (ref))
|
|
|
(declare-function org-babel-ref-split-args "ob-ref" (arg-string))
|
|
|
(declare-function org-babel-tangle-comment-links "ob-tangle" (&optional info))
|
|
|
-(declare-function org-completing-read "org" (&rest args))
|
|
|
(declare-function org-current-level "org" ())
|
|
|
(declare-function org-cycle "org" (&optional arg))
|
|
|
-(declare-function org-do-remove-indentation "org" (&optional n))
|
|
|
(declare-function org-edit-src-code "org-src" (&optional code edit-buffer-name))
|
|
|
(declare-function org-edit-src-exit "org-src" ())
|
|
|
(declare-function org-element-at-point "org-element" ())
|
|
@@ -61,7 +59,6 @@
|
|
|
(declare-function org-element-type "org-element" (element))
|
|
|
(declare-function org-entry-get "org" (pom property &optional inherit literal-nil))
|
|
|
(declare-function org-escape-code-in-region "org-src" (beg end))
|
|
|
-(declare-function org-in-regexp "org" (regexp &optional nlines visually))
|
|
|
(declare-function org-indent-line "org" ())
|
|
|
(declare-function org-list-get-list-end "org-list" (item struct prevs))
|
|
|
(declare-function org-list-prevs-alist "org-list" (struct))
|
|
@@ -75,8 +72,6 @@
|
|
|
(declare-function org-next-block "org" (arg &optional backward block-regexp))
|
|
|
(declare-function org-open-at-point "org" (&optional in-emacs reference-buffer))
|
|
|
(declare-function org-previous-block "org" (arg &optional block-regexp))
|
|
|
-(declare-function org-remove-indentation "org" (code &optional n))
|
|
|
-(declare-function org-reverse-string "org" (string))
|
|
|
(declare-function org-show-context "org" (&optional key))
|
|
|
(declare-function org-src-coderef-format "org-src" (&optional element))
|
|
|
(declare-function org-src-coderef-regexp "org-src" (fmt &optional label))
|
|
@@ -84,9 +79,7 @@
|
|
|
(declare-function org-table-end "org-table" (&optional table-type))
|
|
|
(declare-function org-table-import "org-table" (file arg))
|
|
|
(declare-function org-table-to-lisp "org-table" (&optional txt))
|
|
|
-(declare-function org-trim "org" (s &optional keep-lead))
|
|
|
(declare-function org-unescape-code-in-string "org-src" (s))
|
|
|
-(declare-function org-uniquify "org" (list))
|
|
|
(declare-function orgtbl-to-generic "org-table" (table params))
|
|
|
(declare-function orgtbl-to-orgtbl "org-table" (table params))
|
|
|
(declare-function tramp-compat-make-temp-file "tramp-compat" (filename &optional dir-flag))
|