[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] org-export: incorrect assignment of bind keywords [9.7.3 (9.7.
From: |
Ihor Radchenko |
Subject: |
Re: [BUG] org-export: incorrect assignment of bind keywords [9.7.3 (9.7.3-2f1844 @ /home/user/.emacs.d/elpa/org-9.7.3/)] |
Date: |
Thu, 13 Jun 2024 15:31:24 +0000 |
"Suhail Singh" <suhailsingh247@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>