summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorIhor Radchenko <yantar92@posteo.net>2023-09-18 11:26:27 +0300
committerStefan Kangas <stefankangas@gmail.com>2023-09-18 13:00:20 +0200
commit5611274bbdad683b2d78c64ce57e28d5eff35f35 (patch)
treed049943f5b05ce9c3f2752d8847937d483fa02e9 /etc
parent1500e4b4329d4d3d0141263230d74e1b314373b1 (diff)
downloademacs-5611274bbdad683b2d78c64ce57e28d5eff35f35.tar.gz
emacs-5611274bbdad683b2d78c64ce57e28d5eff35f35.tar.bz2
emacs-5611274bbdad683b2d78c64ce57e28d5eff35f35.zip
Announce handling 'org-protocol' URI scheme in NEWS
* etc/NEWS: Document handling 'org-protocol' URI scheme. The commit implementing the new functionality is 05a7c91b91c. (Bug#65469)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e74cbee4a53..4e7e2671d1d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -27,6 +27,17 @@ applies, and please also update docstrings as needed.
* Startup Changes in Emacs 29.2
+** Emacs is now the default application for the 'org-protocol' URI scheme.
+Org mode provides a way to quickly capture bookmarks, notes, and links
+using 'emacsclient':
+
+ emacsclient "org-protocol://store-link?url=URL&title=TITLE"
+
+Previously, users had to manually configure their GNU/Linux desktop
+environment to open 'org-protocol' links in Emacs. These links should
+now open in Emacs automatically. See the Org mode manual, Info node
+'(org) Protocols for External Access' for more details.
+
* Changes in Emacs 29.2