Ihor Radchenko <yanta...@posteo.net> writes: > Stefan Kangas <stefankan...@gmail.com> writes: > >> There is a reference to `header-arguments-alist', but I can't find any >> such variable in the tree. >> >> ./lisp/org/ob-core.el:2517:`header-arguments-alist' see the docstring for > > It is not referring to a variable, but to ARGUMENTS slot in the INFO > list. INFO is expected to have the same format as the return value of > `org-babel-get-src-block-info'.
So would something like the below be appropriate? diff --git a/lisp/org/ob-core.el b/lisp/org/ob-core.el index 727ace84463..4b6c3b5e6bd 100644 --- a/lisp/org/ob-core.el +++ b/lisp/org/ob-core.el @@ -2514,8 +2514,7 @@ org-babel-insert-result allowed for inline source blocks. INFO may provide the values of these header arguments (in the -`header-arguments-alist' see the docstring for -`org-babel-get-src-block-info'): +`header-arguments' alist; see `org-babel-get-src-block-info'): :file --- the name of the file to which output should be written.