Thanks for your answer! I will do that as soon as I have a little more time.
Ignacio Casso <ignacioca...@hotmail.com> writes: >> Hmm, I see the problem. I didn't think about that. >> Thank you very much for your suggestion. But what about using >> read-char-exclusive? It seems to have a timeout argument too, and >> should apparently fix the issue (ie. the prompt will no longer >> disappear at the first unintentional click). >> >> Romeo >> > > That would indeed fix your bug, it seems. Not mine, since it > does not reset the idle timer either. I suggest you reply > https://lists.gnu.org/archive/html/emacs-orgmode/2022-02/msg00278.html > with a patch, just replacing `read-char' with `read-char-exclusive'. > > --Ignacio