summaryrefslogtreecommitdiff
path: root/lisp/org/ox.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-11-27 16:24:31 -0500
committerKyle Meyer <kyle@kyleam.com>2021-11-27 16:25:09 -0500
commitb8b2dd17c57b73357cae229e010138fd2352a46f (patch)
tree758aab91d32661bd1009dc0e346cf883b5ddc81e /lisp/org/ox.el
parenta937f536b35351842756bac939f21ae5f937fa61 (diff)
downloademacs-b8b2dd17c57b73357cae229e010138fd2352a46f.tar.gz
Update to Org 9.5.1-11-g96d91b
Diffstat (limited to 'lisp/org/ox.el')
-rw-r--r--lisp/org/ox.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/org/ox.el b/lisp/org/ox.el
index 9ab813a1b14..b27ec56c08c 100644
--- a/lisp/org/ox.el
+++ b/lisp/org/ox.el
@@ -1048,6 +1048,7 @@ BACKEND is a structure with `org-export-backend' type."
(unless (org-export-backend-p backend)
(error "Unknown \"%s\" back-end: Aborting export" backend)))
+;;;###autoload
(defun org-export-derived-backend-p (backend &rest backends)
"Non-nil if BACKEND is derived from one of BACKENDS.
BACKEND is an export back-end, as returned by, e.g.,
@@ -1858,6 +1859,7 @@ INFO is a plist containing export directives."
(let ((transcoder (cdr (assq type (plist-get info :translate-alist)))))
(and (functionp transcoder) transcoder)))))
+;;;###autoload
(defun org-export-data (data info)
"Convert DATA into current back-end format.
@@ -4586,6 +4588,7 @@ objects of the same type."
;; `org-export-raw-string' builds a pseudo-object out of a string
;; that any export back-end returns as-is.
+;;;###autoload
(defun org-export-raw-string (s)
"Return a raw object containing string S.
A raw string is exported as-is, with no additional processing