emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 1500e4b4329 1/2: Make emacsclient handle org-protocol:// links


From: Stefan Kangas
Subject: emacs-29 1500e4b4329 1/2: Make emacsclient handle org-protocol:// links
Date: Mon, 18 Sep 2023 07:00:49 -0400 (EDT)

branch: emacs-29
commit 1500e4b4329d4d3d0141263230d74e1b314373b1
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Make emacsclient handle org-protocol:// links
    
    Org mode provides a way to quickly capture bookmarks, notes, and links
    using emacsclient:
    
        emacsclient "org-protocol://store-link?url=URL&title=TITLE"
    
    * etc/emacsclient.desktop: Make Emacs the default application for
    org-protocol.  (Bug#65469)
    
    (cherry picked from commit 05a7c91b91c02c34ec6527119a465e5408dea2b1)
---
 etc/emacsclient.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/emacsclient.desktop b/etc/emacsclient.desktop
index a9f840c7033..4395d3b02bc 100644
--- a/etc/emacsclient.desktop
+++ b/etc/emacsclient.desktop
@@ -2,7 +2,7 @@
 Name=Emacs (Client)
 GenericName=Text Editor
 Comment=Edit text
-MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
+MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;x-scheme-handler/org-protocol;
 Exec=sh -c "if [ -n \\"\\$*\\" ]; then exec emacsclient --alternate-editor= 
--display=\\"\\$DISPLAY\\" \\"\\$@\\"; else exec emacsclient 
--alternate-editor= --create-frame; fi" sh %F
 Icon=emacs
 Type=Application



reply via email to

[Prev in Thread] Current Thread [Next in Thread]