|
From: | Max Nikulin |
Subject: | Re: Does variable 'org-goto-interface' exist? |
Date: | Wed, 14 Dec 2022 17:01:12 +0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 |
On 13/12/2022 15:54, Alain.Cochard wrote:
At the end of section 2.3 (Motion) of the manual: See also the variable ‘org-goto-interface’. But this variable does not seem to exist.
Alain, could you, please, clarify, what you was trying to do when you came to conclusion that `org-goto-interface' did not exist?
Interactive C-h v (`describe-variable') autoloads org-goto if TAB is pressed when "org-goto-" is typed into the prompt, so `org-goto-interface' becomes available for completion. However e.g. "org-go" is not enough for completion. A kind of pitfall is that non-interactive call
M-: (describe-variable "org-goto-interface") RET does not autoloads org-goto as well.M-x customize-variable RET is not so clever (at least in Emacs-26) and it does not try autoloads.
If org-goto has not loaded yet and cursor is over `org-goto-interface' mention in the Info node "(org) Motion" then C-h v (`describe-variable') does not prefill the prompt. It is easier to jump to the help for this variable when org-goto is loaded.
My point is that maybe it is better to adjust Emacs behavior, not Org manual.
P.S. Sometimes I do not mind to have hyperlinks from HTML manuals to docstrings exported to HTML as well, but it is another story.
[Prev in Thread] | Current Thread | [Next in Thread] |