Nick Dokos <ndo...@gmail.com> writes: > Subject: [PATCH] org-babel: Avoid changing user options by not sharing list > structure > > * lisp/ob-core.el (org-babel-get-src-block-info): Use `copy-tree' > when using `org-babel-default-header-args*' variables to prepare the > `info' variable used in src block evaluation. The `info' variable gets > modified, and the modifications were affecting the values of the user > variables. In particular, the `:file' setting was modified in the presence > of a `:output-dir' setting, concatenating more and more copies of the > directory > every time the block was evaluated.
Thanks! Applied, onto bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b457dbfe5a Fixed. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>