Max Nikulin <maniku...@gmail.com> writes: >> I also added an entry to ORG-NEWS: >> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=0af98b8411 > > I do not like "spawn empty page". See the attachment for another variant > of wording.
You modified more than just "spawn empty page". What about the attached?
>From 9425bf11ca4d56d55dbc1a37eeeb76ba90dc680d Mon Sep 17 00:00:00 2001 Message-ID: <9425bf11ca4d56d55dbc1a37eeeb76ba90dc680d.1735405057.git.yanta...@posteo.net> From: Ihor Radchenko <yanta...@posteo.net> Date: Sat, 28 Dec 2024 17:56:48 +0100 Subject: [PATCH] etc/ORG-NEWS: Improve wording * etc/ORG-NEWS (You may need to update =org-protocol= bookmarklets for browsers): Clairfy what exactly happens when old bookmarklets are used. --- etc/ORG-NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index a56e105481..81b2d401e4 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -20,9 +20,10 @@ Please send Org bug reports to mailto:emacs-orgmode@gnu.org. *** You may need to update =org-protocol= bookmarklets for browsers -In Firefox-133, Firefox-128.5 ESR, and later, javascript bookmarklets -may spawn empty page. We have updated the manual with new -bookmarklets that do not have such problem. +In Firefox-133, and Firefox-128.5 ESR the previously suggested +javascript bookmarklets replace current page with bookmarklet URL +text. We have updated the manual with new bookmarklets that do not +have such problem. TL;DR: ~void(0);~ needs to be added to the bookmarklets, so that they do not return anything. -- 2.47.1
-- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>