31.0.50; Fontification malfunction

2025-01-08 Thread Johan Ekenberg
Originally sent to bug-gnu-emacs but was asked to file as an Org bug: --text follows this line-- - Start emacs: 'emacs -Q' - Paste this function into the scratch buffer and evaluate it: (defun test-org-insertion-fontification () (interactive) (let* ((chunks '("#+begin_src el

Re: test-org-table/sort-lines: Failing test on macOS

2025-01-08 Thread Michael Brand
On Mon, Jan 6, 2025 at 9:49 PM Michael Brand wrote: > My patch _neutralizes_ the ignore case behavior of ~string-collate-lessp~. The attached patches implement this suggestion and are applicable on bugfix and main. Tested with Emacs 29.4 of Homebrew on macOS. Please review and if someone can test

Re: Org-protocol browser extensions avoiding use of bookmarklets

2025-01-08 Thread Max Nikulin
On 08/01/2025 01:14, Rehan Deen wrote: I just came across this extension: https://www.reddit.com/r/emacs/comments/1hvtlsa/the_new_and_only_orgprotocol_chrome_extension_you/ https://addons.mozilla.org/en-US/firefox/addon/emacs-paw/ Do you think this meets some of your needs and avoids the secur

[BUG][minor] org-mouse

2025-01-08 Thread Phil Estival
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 file:/tmp/test-org-mouse.org (require 'org-mouse) (require 'warn

To factorize code of test sets (or not)

2025-01-08 Thread Phil Estival
* [2025-01-07 19:38] Ihor Radchenko:> Phil Estival writes: [...] Some macros [for test suite] should probably be moved upward in a file where generic functions which purposes are to help writing the tests of babel source blocks should be declared. I do not mind. But please show which _oth