[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Does variable 'org-goto-interface' exist?
From: |
Ihor Radchenko |
Subject: |
Re: Does variable 'org-goto-interface' exist? |
Date: |
Tue, 13 Dec 2022 11:43:46 +0000 |
Alain.Cochard@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.yantar92@posteo.net>
From: Ihor Radchenko <yantar92@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.Cochard@unistra.fr
Link: 25496.19258.682537.503614@gargle.gargle.HOWL">https://orgmode.org/list/25496.19258.682537.503614@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>
- Does variable 'org-goto-interface' exist?, Alain . Cochard, 2022/12/13
- Re: Does variable 'org-goto-interface' exist?, Ihor Radchenko, 2022/12/13
- Re: Does variable 'org-goto-interface' exist?, Max Nikulin, 2022/12/13
- Re: Does variable 'org-goto-interface' exist?, Ihor Radchenko, 2022/12/14
- Re: Does variable 'org-goto-interface' exist?, Alain . Cochard, 2022/12/14
- Re: Does variable 'org-goto-interface' exist?, Ihor Radchenko, 2022/12/14
- Re: Does variable 'org-goto-interface' exist?, Max Nikulin, 2022/12/14
- Re: Does variable 'org-goto-interface' exist?, Ihor Radchenko, 2022/12/15
Re: Does variable 'org-goto-interface' exist?, Max Nikulin, 2022/12/14