(concat (funcall prompt-fn clock)
+ " [jkKtTgGSscCiq]? ")
+ nil 45)))
(and (not (memq char-pressed '(?i ?q))) char-pressed)
(default
(floor (org-time-convert-to-integer (time-since last-valid))
--
2.35.1
Roméo La Spina writes:
&
Thanks for your answer! I will do that as soon as I have a little more time.
Ignacio Casso 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
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
Hi,
I don't know how closely it is related to your problem, but I've reported
another issue revolving around the use of read-char for the prompt to resolve
clocks.
See [[https://lists.gnu.org/archive/html/emacs-orgmode/2022-02/msg00278.html]].
Unfortunately I an not advanced enough in Elisp to
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.