branch: externals/org commit c356e1c9b750740a9066ebddb53be055531fa076 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
doc/org-manual.org (External Links): Add example of async shell: link --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 85fe56390d..e4be10a3bd 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -3447,7 +3447,7 @@ options: | info | =info:org#External links= | | shortdoc | =shortdoc:text-properties= | | | =shortdoc:text-properties::#get-pos-property= | -| shell | =shell:ls *.org= | +| shell | =shell:ls *.org= (synchronous), =shell:inkscape&= (asynchronous) | | elisp | =elisp:(find-file "Elisp.org")= (Elisp form to evaluate) | | | =elisp:org-agenda= (interactive Elisp command) |