diff options
author | Ihor Radchenko <yantar92@posteo.net> | 2023-09-18 11:26:27 +0300 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-09-18 13:00:20 +0200 |
commit | 5611274bbdad683b2d78c64ce57e28d5eff35f35 (patch) | |
tree | d049943f5b05ce9c3f2752d8847937d483fa02e9 /etc | |
parent | 1500e4b4329d4d3d0141263230d74e1b314373b1 (diff) | |
download | emacs-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/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |