[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-sbe and code blocks in a different files
From: |
Michael Welle |
Subject: |
Re: org-sbe and code blocks in a different files |
Date: |
Thu, 09 Jul 2020 19:17:57 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.91 (gnu/linux) |
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 <mwe012008@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