emacs-orgmode
[Top][All Lists]
Advanced

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

Re: org-goto bug


From: Ihor Radchenko
Subject: Re: org-goto bug
Date: Sat, 24 Feb 2024 09:09:03 +0000

Pan Xie <xiepan@skyguard.com.cn> writes:

> Just found a minor issue about the org-goto interface. When I set 
> `org-goto-auto-isearch' as `t', the number keys should also be part of 
> isearch, not treated as "digit argument". However, the current version 
> (9.7-pre) of OrgMode I am using treat the number keys as digit argument 
> in auto isearch mode.
>
> I also find the solution: just pass `t' as second argument to 
> `suppress-keymap', to make all number keys unbound in the keymap:

Thanks for reporting!
Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=4b1399fb2

Unconditionally passing t would break things when
`org-goto-auto-isearch' is nil. So, I went with slightly different
approach.

-- 
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>



reply via email to

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