Re: [BUG] org-get-entry-text-content return the title of the next org-entry if current entry has no body.

2023-12-04 Thread SyedZuhair
🤦 I have writen the fnction myself... when I didn't know the importance naming functions approperiately in emacs. Sorry. Ihor Radchenko writes: > SyedZuhair writes: > >> 1. define this function: >> >> (defun test-get-entry-text-content () >> (interactive)

[BUG] org-get-entry-text-content return the title of the next org-entry if current entry has no body.

2023-12-02 Thread SyedZuhair
Steps to reproduce: 1. define this function: (defun test-get-entry-text-content () (interactive) (let ((body (org-get-entry-text-content))) (prin1 body) ) ) 2. Open an empty org file. 3. Write the entries * Entry1 * Entry2 4. Move cursor to "* Entry 1" line or to empty line after Entr

[BUG] org-resolve-clocks use of read-char-exclusive without telling EXWM to change the focus back to Emacs results in deadlock

2023-11-09 Thread SyedZuhair
The deadlock happens if org-resolve-clocks is called automatically (for resolving idle time) while focus is in a EXWM-mode buffer. The result is that the focus is stuck with the EXWM-mode buffer away from Emacs and the user can not tell EXWM to change the focus to the mini-buffer to interact with o