Hi Charles,
"Berry, Charles" via "General discussions about Org-mode."
writes:
>> On Jul 9, 2020, at 12:09 AM, Michael Welle 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 w
> On Jul 9, 2020, at 12:09 AM, Michael Welle wrote:
>
> Hi Douglas,
>
> Douglas Perrin writes:
>
>> Hi Michael,
>> Maybe I am not understanding what you want to do but I use
>> org-babel-lob-ingest/org-sbe to execute blocks from other files on
>> start-up like this:
>> # Local Variables:
>>
Hi Douglas,
Douglas Perrin writes:
> Hi Michael,
> Maybe I am not understanding what you want to do but I use
> org-babel-lob-ingest/org-sbe to execute blocks from other files on
> start-up like this:
> # Local Variables:
> # eval: (org-babel-lob-ingest "Template-Loader.org")
> # eval: (org-sbe
a block
in Template-Loader.org file
# End:
I assume this means that org-sbe can see the block names from the other
file. But I haven't tested the behavior with #call just executing elisp.
Doug
Date: Wed, 08 Jul 2020 16:59:32 +0200
From: Michael Welle
To: emacs-orgmode@gnu.org
Subject: Re
On Wednesday, 8 Jul 2020 at 16:59, Michael Welle wrote:
>> * org-babel-lob-ingest
> ah, I learned something new here. Unfortunately, it seems like org-sbe
> doesn't look into the list spit out by org-babel-lob-ingest.
Pity, and strange in that #+call: works on ingested babel blocks without
having
Hi Eric,
Eric S Fraga writes:
> * org-babel-lob-ingest
ah, I learned something new here. Unfortunately, it seems like org-sbe
doesn't look into the list spit out by org-babel-lob-ingest.
Regards
hmw
On Tuesday, 7 Jul 2020 at 20:43, Michael Welle wrote:
> That is great. Can I call the same function from a table function?
> org-sbe doesn't support the above notation extended with an Org file
> name, I think.
Does org-sbe work if you have invoked org-babel-log-ingest first?
--
: Eric S Fraga v
* org-babel-lob-ingest
--
: Eric S Fraga via Emacs 28.0.50, Org release_9.3.7-649-gb76ed6
Hello,
I can execute code blocks in different (separate?) files like this:
#+call: ../lob.org:convert-time-range-to-days(range="<2020-02-19
Wed>--<2020-02-21 Fri>")
That is great. Can I call the same function from a table function?
org-sbe doesn't support the above notation extended with an Org