Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: [...] > However, C-m is RET. Is there any reason to distinguish between the two?
If I use just (define-key org-goto-local-auto-isearch-map [return] nil) then C-m doesn't work (i.e., it results in isearch-exit being called instead of org-goto-ret, then requiring a second key press to get out of the org-goto indirect buffer). The same is true for return if only the C-m line is used. Is there a method you have in mind that will catch both of them? -- Kyle