Kodi Arfer <li...@arfer.net> writes: > It works, thank you. I should've looked at the changelog more closely. I > wonder why this change was made. It would be annoyingly redundant to put > `:results file` next to every `:file`. I already have code to change the > default value of `:results` when `:file` is set, for a different Babel > language, so I should be able to adapt that to this language.
There are tools like subtree-local headers args or default headers args at your disposal. The argument why that change was made is the following (commit 26ed66b23): >> Deducing the results from some other arguments is not obvious. >> Moreover, it prevents users from setting, e.g., :file-ext, in a node >> property, as every block would then create a file. >> >> Reported-by: Alex Fenton <a...@pressure.to> >> <http://lists.gnu.org/r/emacs-orgmode/2018-05/msg00469.html> Best, Ihor