alain.coch...@unistra.fr writes:

>  > It does, but you need to load org-goto library first.
>  > (It is also auto-loaded when you call org-goto via key binding)
>
> I see.  Thank you.  (I guess it wouldn't hurt to mention this in the
> manual.)

Does the attached patch help with understanding?
>From ee19ca2493861947c9ef08acee74d5efc13449b8 Mon Sep 17 00:00:00 2001
Message-Id: <ee19ca2493861947c9ef08acee74d5efc13449b8.1670931772.git.yanta...@posteo.net>
From: Ihor Radchenko <yanta...@posteo.net>
Date: Tue, 13 Dec 2022 14:41:44 +0300
Subject: [PATCH] doc/org-manual.org: Document that org-goto.el is not loaded
 by default

* doc/org-manual.org (Motion): Mention that `org-goto-*' customization
are only available upon explicit `require' or auto-loading of
org-goto.el.

Reported-by: alain.coch...@unistra.fr
Link: https://orgmode.org/list/25496.19258.682537.503...@gargle.gargle.howl
---
 doc/org-manual.org | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 4fb017db8..e7f32d1da 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -693,6 +693,10 @@ ** Motion
   #+texinfo: @noindent
   See also the variable ~org-goto-interface~.
 
+  Note: ~org-goto-*~ variables are only accessible when =org-goto=
+  library is loaded using ~require~ statement in the config or
+  auto-loaded by calling ~org-goto~ interactively.
+
 ** Structure Editing
 :PROPERTIES:
 :DESCRIPTION: Changing sequence and level of headlines.
-- 
2.38.1


-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to