[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 5611274bbda 2/2: Announce handling 'org-protocol' URI scheme in
From: |
Stefan Kangas |
Subject: |
emacs-29 5611274bbda 2/2: Announce handling 'org-protocol' URI scheme in NEWS |
Date: |
Mon, 18 Sep 2023 07:00:50 -0400 (EDT) |
branch: emacs-29
commit 5611274bbdad683b2d78c64ce57e28d5eff35f35
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Stefan Kangas <stefankangas@gmail.com>
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)
---
etc/NEWS | 11 +++++++++++
1 file changed, 11 insertions(+)
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