org-export-as: Add reference to export flow in the manual

* lisp/ox.el (org-export-as): Update docstring.
This commit is contained in:
Ihor Radchenko 2023-12-28 12:59:22 +01:00
parent 1087a7b4af
commit f9fc9d95c7
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 3 additions and 0 deletions

View File

@ -2925,6 +2925,9 @@ returned by the function."
(backend &optional subtreep visible-only body-only ext-plist)
"Transcode current Org buffer into BACKEND code.
See info node `(org)Advanced Export Configuration' for the details of
the transcoding process.
BACKEND is either an export backend, as returned by, e.g.,
`org-export-create-backend', or a symbol referring to
a registered backend.