Re: reference a remote named block in #+CALL: line

2021-11-02 Thread Michael Welle
Hello, Matt Price writes: > I am getting used to calling library-of-babel functions with local data > structures as input variables, e.g. in this line: > > #+CALL: list2table(data=common-issues-list, order="rows") :results table > raw [...] > In this particular case, I'd like to maintain a sin

Re: reference a remote named block in #+CALL: line

2021-11-02 Thread Berry, Charles
Matt, > On Nov 2, 2021, at 3:19 AM, Matt Price wrote: > > I am getting used to calling library-of-babel functions with local data > structures as input variables, e.g. in this line: > > #+CALL: list2table(data=common-issues-list, order="rows") :results table > raw > > where `common-issues

reference a remote named block in #+CALL: line

2021-11-02 Thread Matt Price
I am getting used to calling library-of-babel functions with local data structures as input variables, e.g. in this line: #+CALL: list2table(data=common-issues-list, order="rows") :results table raw where `common-issues-list` is a named org-mode list in the current file, e.g. #+NAME: common-is