Then, for the returned value `result' of org-babel-tangle-single-block:
The original function returns (file-name1 ... link1 ...).
The proposed function returns ((file-name1 ... link1 ...)).

 If we change the function behavior, the difference must be a breaking change.

llcc

On Thu, Mar 20, 2025 at 1:03 AM Ihor Radchenko <yanta...@posteo.net> wrote:
>
> Lei Zhe <lzhe...@gmail.com> writes:
>
> >>> you can simply return multiple (file-name src-lang start-line file link 
> >>> source-name params body comment) items.
> >>> (file-name1 ... link1 ...)
> >>> (file-name2 ... link2 ...)
> >
> > I don't get it, shouldn't it be as shown below? Then the returned
> > results got changed.
> > ((file-name1 ... link1 ...)
> >  (file-name2 ... link2 ...))
>
> Yes, that's what I meant.
>
>
> --
> Ihor Radchenko // yantar92,
> Org mode maintainer,
> 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>

Reply via email to