etc/ORG-NEWS: Document `ob-shell-return-value-is-exit-status'

* etc/ORG-NEWS: Document `ob-shell-return-value-is-exit-status'.
This commit is contained in:
Bastien 2020-02-19 16:56:58 +01:00
parent 4533d783c2
commit ac1498ec6e
1 changed files with 11 additions and 0 deletions

View File

@ -217,6 +217,17 @@ and headings will be visually numeroted.
You can turn this on/off on a per-file basis with =#+startup: num= or
=#+startup: nonum=.
*** New option ~ob-shell-return-value-is-exit-status~
When set to =t=, consider the return value of a shell source code
block is the exit status of its last command.
The default for this option is =nil=, i.e. the return value of a shell
block is the output of the commands.
You can turn this on individual blocks by setting the header argument
=:value-is-exit-status= to =t=.
** Removed or renamed functions and variables
*** Renamed ~org-columns-set-tags-or-toggle~