From: Ihor Radchenko <yantar92@gmail.com>
To: "Rudolf Adamkovič" <salutis@me.com>
Subject: Re: [WISH] Allow to hide the '*Org Help*' in 'org-goto' [9.5.2 (release_9.5.2-13-gdd6486 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]
Date: Tue, 22 Feb 2022 19:53:00 +0800 [thread overview]
Message-ID: <87czjfp17n.fsf@localhost> (raw)
In-Reply-To: <m2bkyz9zub.fsf@me.com>
Rudolf Adamkovič <salutis@me.com> writes:
>> org-goto-location: Wrong type argument: stringp, nil
>
> Could we make it so that setting the 'org-goto-help' to 'nil' makes Org
> not show the help window for those who do not need it?
org-goto-help is a constant. It is not meant to be used to control
showing or not showing the *Org Help* buffer.
If you want to hide *Org Help* buffer, you can customise your
display-buffer-alist:
(add-to-list 'display-buffer-alist
`(,(rx "*Org Help*")
display-buffer-no-window
(allow-no-window . t)))
Best,
Ihor
next prev parent reply other threads:[~2022-02-22 14:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-22 6:31 [WISH] Allow to hide the '*Org Help*' in 'org-goto' [9.5.2 (release_9.5.2-13-gdd6486 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)] Rudolf Adamkovič
2022-02-22 11:53 ` Ihor Radchenko [this message]
2022-02-22 21:04 ` Rudolf Adamkovič
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87czjfp17n.fsf@localhost \
--to=yantar92@gmail.com \
--cc=salutis@me.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.