Re: [BUG][minor] org-mouse

2025-01-15 Thread Phil Estival
* [2025-01-11 16:27] Ihor Radchenko: Phil Estival writes: Org-mouse makes a star followed by a blank space clickable anywhere, also in source blocks and this triggers the evaluation of the block or the opening of *Org-Babel Error Output* or *Org Babel Results*. emacs -q org mode v 9.8-pre

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-01-15 Thread Derek Chen-Becker
Before I submit the updated patch, does this look like a better approach? In the test for `org-base-buffer-file-name' I changed it to explicitly find the current buffer file name and use that: (ert-deftest test-org-base-buffer-file-name () "Test `org-base-buffer-file-name'." (should (or

Re: [BUG][minor] org-mouse

2025-01-15 Thread Ihor Radchenko
Phil Estival writes: > $ emacs-30.0.50 -q > ... Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=10cdb20243 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-01-15 Thread Ihor Radchenko
Derek Chen-Becker writes: > Before I submit the updated patch, does this look like a better approach? > > In the test for `org-base-buffer-file-name' I changed it to explicitly find > the current buffer file name and use that: > ... Looks like I was not clear enough in my last comment. The late