emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [WISH] Allow to hide the '*Org Help*' in 'org-goto' [9.5.2 (release_


From: Ihor Radchenko
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

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]