etc/ORG-NEWS: Announce :async header in ob-shell.el

This commit is contained in:
Matthew Trzcinski 2023-03-23 15:30:31 -04:00
parent 03d15dd724
commit 6c9104f59c
1 changed files with 25 additions and 19 deletions

View File

@ -138,6 +138,12 @@ selection.
TODO state, priority, tags, statistics cookies, and COMMENT keywords
are allowed in the tree structure.
*** Asynchronous code evaluatation in ~ob-shell~
Running shell blocks with the ~:session~ header freezes Emacs until
execution completes. The new ~:async~ header allows users to continue
editing with Emacs while a ~:session~ block executes.
** Miscellaneous
*** Remove undocumented ~:target~ header parameter in ~ob-clojure~