[BUG] Cannot toggle the display of inline images [9.6.6 (release_9.6.6 @ /usr/local/share/emacs/29.1/lisp/org/)]

2023-08-01 Thread Eli Qian
When updating to the new released Emacs 29.1, I found that org-mode cannot toggle the display of inline images after reentering org-mode. Steps to reproduce: 1. emacs -Q 2. M-x org-mode RET 3. Input a figure link, such as [[imge-path]] 4. M-x org-toggle-inline-images RET. You will see an image

Clocking in is pretty slow in version 9.6 when the item has a large

2022-12-04 Thread Eli Qian
I use the following method to get the time taken for `org-clocl-in`: (benchmark 1 '(org-clock-sum (org-clock-get-sum-start))) In my case, the item has 1400+ entries in its logbook, clocking in will cost 1-2s to finish(benchmark results: "Elapsed time: 1.689801s (0.527506s in 7 GCs)"). That's abno