0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2015-06-28 16:50:08 +02:00
parent 6d60138260
commit f03d96572e
2 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,17 @@
(require 'cl))
(require 'org)
(declare-function org-element-at-point "org-element" ())
(declare-function org-element-contents "org-element" (element))
(declare-function org-element-extract-element "org-element" (element))
(declare-function org-element-interpret-data "org-element" (data))
(declare-function org-element-lineage "org-element"
(blob &optional types with-self))
(declare-function org-element-map "org-element"
(data types fun
&optional info first-match no-recursion with-affiliated))
(declare-function org-element-property "org-element" (property element))
(declare-function org-export-string-as "ox"
(string backend &optional body-only ext-plist))
(declare-function org-export-create-backend "ox")

View file

@ -173,6 +173,7 @@ Stars are put in group 1 and the trimmed body in group 2.")
(declare-function org-table-maybe-recalculate-line "org-table" ())
(declare-function org-table-next-row "org-table" ())
(declare-function org-table-paste-rectangle "org-table" ())
(declare-function org-table-wrap-region "org-table" (arg))
(declare-function org-tags-view "org-agenda" (&optional todo-only match))
(declare-function orgtbl-ascii-plot "org-table" (&optional ask))
(declare-function orgtbl-mode "org-table" (&optional arg))