From 7b9d8e7bed55267a53d3eca18eeb8ad3f21721e6 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 1 Oct 2022 09:09:36 +0800 Subject: [PATCH] org-fold-core-style: Document that it must be set before loading Org * lisp/org-fold-core.el (org-fold-core-style): Update docstring highlighting that the variable must be set before loading Org. --- lisp/org-fold-core.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/org-fold-core.el b/lisp/org-fold-core.el index 20db3a0a4..300e31a48 100644 --- a/lisp/org-fold-core.el +++ b/lisp/org-fold-core.el @@ -285,7 +285,9 @@ Can be either `text-properties' or `overlays'. The former is faster on large files, while the latter is generally less error-prone with regard to third-party packages that haven't yet -adapted to the new folding implementation." +adapted to the new folding implementation. + +Important: This variable must be set before loading Org." :group 'org :package-version '(Org . "9.6") :type '(choice