From f9fc9d95c7af1f3d20933de17118cbcdedee6c85 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Thu, 28 Dec 2023 12:59:22 +0100 Subject: [PATCH] org-export-as: Add reference to export flow in the manual * lisp/ox.el (org-export-as): Update docstring. --- lisp/ox.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/ox.el b/lisp/ox.el index 6e5302179..5bf55ec3b 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -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.