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

2025-07-27 Thread Ihor Radchenko
Ihor Radchenko writes: >> 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. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/

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
sorry, I did a small typo in the NEWS file, attached new version On 2025-05-24 18:31, pinm...@cas.cat wrote: Hi, I see no async-shell link and I propose the following one, see patch attached To avoid any problem with copyright, yesterday I sent my copyright assignment FSF [1] Cheers, pinm