|
@@ -35,8 +35,10 @@
|
|
|
(declare-function org-at-table.el-p "org" (&optional table-type))
|
|
|
(declare-function org-element-at-point "org-element" ())
|
|
|
(declare-function org-element-type "org-element" (element))
|
|
|
+(declare-function org-end-of-subtree "org" (&optional invisible-ok to-heading))
|
|
|
(declare-function org-link-set-parameters "org" (type &rest rest))
|
|
|
(declare-function org-table-end (&optional table-type))
|
|
|
+(declare-function outline-next-heading "outline" ())
|
|
|
(declare-function table--at-cell-p "table" (position &optional object at-column))
|
|
|
|
|
|
(defvar org-table-any-border-regexp)
|