branch: externals/org
commit bda836893c2091352cc638d4a09efbb9c907dabc
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
org-edit-src-content-indentation: Update docstring
* lisp/org-src.el (org-edit-src-content-indentation): Clarify that the
customization also affects detangling, org-element interpreter, and
indentation.
Link: https://list.orgmode.org/orgmode/871pugjegp.fsf@localhost/
---
lisp/org-src.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lisp/org-src.el b/lisp/org-src.el
index ac3907ba8d..053e5d682f 100644
--- a/lisp/org-src.el
+++ b/lisp/org-src.el
@@ -138,6 +138,10 @@ This should be the number of spaces added to the
indentation of the #+begin
line in order to compute the indentation of the block content after
editing it with `\\[org-edit-src-code]'.
+This customization also affects how the source code and example blocks
+are printed - when interpreting Org AST (during export), during
+detangling, and indentation.
+
It has no effect if `org-src-preserve-indentation' is non-nil."
:group 'org-edit-structure
:type 'integer