Re: [PATCH] org-link: Add async-shell link

2025-06-08 Thread Ihor Radchenko
pinmacs writes: >> > > Oh, that's true, works, thanks! > > And with that syntax I can place any space that I want, without using > the more typical link format [1] [[shell: inkscape &]] but inkscape &> Maybe we can update the manual hinting about this feature. -- Ihor Radchenko // yantar

Re: [PATCH] org-link: Add async-shell link

2025-06-08 Thread pinmacs
On 2025-06-08 14:11, Ihor Radchenko wrote: pinmacs writes: I see no async-shell link and I propose the following one, see patch attached ... +*** =ol.el=: New =async-shell= link type + +You can now create links to execute programs asynchronously. This +means Emacs will not freeze while waitin

Re: [PATCH] org-link: Add async-shell link

2025-06-08 Thread Ihor Radchenko
pinmacs writes: >> I see no async-shell link and I propose the following one, see patch >> attached > ... > +*** =ol.el=: New =async-shell= link type > + > +You can now create links to execute programs asynchronously. This > +means Emacs will not freeze while waiting for the link to execute. Th

Re: [PATCH] org-link: Add async-shell link

2025-05-24 Thread pinmacs
, pinmacs [1] email Subject: Pedro Vilchez Blanco; From: pinmacs; Date: 2025-05-23 19:22:02 (UTC) From 8cfc9cf1bea8a6d03d705ac4b96e8198f5f335e4 Mon Sep 17 00:00:00 2001 From: pinmacs Date: Fri, 23 May 2025 15:53:24 +0200 Subject: [PATCH] org-link: Add async-shell link * lisp/ol.el (org-link

[PATCH] org-link: Add async-shell link

2025-05-24 Thread pinmacs
5b365ea9d5a63c7bc9363e45feb269ff71f05e39 Mon Sep 17 00:00:00 2001 From: pinmacs Date: Fri, 23 May 2025 15:53:24 +0200 Subject: [PATCH] org-link: Add async-shell link * lisp/ol.el (org-link) renamed from org-link--open-shell to org-link--execute-shell-command added wrapper function org-link--open-shell added