"Suhail Singh" <suhailsingh...@gmail.com> writes: > In Org 9.7.3, the variables bound using the =#+BIND= keyword have values that > are nested. E.g., when a string value is provided, the value actually gets > set > to a singleton list containing said string. This can be observed using the > snippet: > ... > #+RESULTS: bugs/org/9.7/bind-vars > : #+bind: my/bug/ox/foo "foo" > : #+bind: my/bug/ox/bar > : > : #+results: > : : my/bug/ox/foo = '(foo)' :: cons > : : my/bug/ox/bar = 'nil' :: symbol
Thanks for reporting! Fixed, on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=96113f3b5 -- 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>