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
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
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