Rudolf Adamkovič <salu...@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