Hi Charles, "Berry, Charles" via "General discussions about Org-mode." <emacs-orgmode@gnu.org> writes:
>> On Jul 9, 2020, at 12:09 AM, Michael Welle <mwe012...@gmx.net> wrote: [...] > Not stupidity. AFAICS there is no call in org-sbe to > org-babel-lob-get-info, so the params are not updated. I supposed this > counts as a bug. > > As a workaround > > #+TBLFM: $2='(org-babel-ref-resolve "boing(range=23)") finally I came up with this for my real use case: #+TBLFM: $2='(org-babel-ref-resolve (format "convert-time-range-to-days(range=\"%s\")" $1)) Thanks everyone. Regards hmw