~bzg/worg

183332993f34cd440dd52c18e47631867e5e1edf — Matthew Trzcinski 1 year, 5 months ago e94634b
ob-doc-shell.org: convert :async 't' arguments to 'yes'

* ob-doc-shell.org: Change :async arguments in examples to match
explanation (from 't' to 'yes')

Link: https://lists.gnu.org/archive/html/emacs-orgmode/2023-03/msg00387.html
1 files changed, 2 insertions(+), 2 deletions(-)

M org-contrib/babel/languages/ob-doc-shell.org
M org-contrib/babel/languages/ob-doc-shell.org => org-contrib/babel/languages/ob-doc-shell.org +2 -2
@@ 375,7 375,7 @@ completes).  A "yes" argument is assumed unless the argument is "no".
A universally unique identifier (UUID) appears while an async block
executes:

: #+begin_src sh :results output :session test :async t
: #+begin_src sh :results output :session test :async yes
: echo "Hello, world!"
: sleep 3
: echo "Good-bye, cruel World..."


@@ 386,7 386,7 @@ executes:

When the process completes, the UUID is replaced with the results:

: #+begin_src sh :results output :session test :async t
: #+begin_src sh :results output :session test :async yes
: echo "Hello, world!"
: sleep 3
: echo "Good-bye, cruel World..."