Hello,

Matt Price <mopto...@gmail.com> 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 single data structure and
> use it in a bunch of places (it's a document I re-use in several courses,
> all of which are published online with different metadata stored in
> headings). Is there a syntax for referring to #+NAME'd elements in remote
> files?
that's what I use with tables (but that should not matter):

#+CALL: list2table(data=data.org:common-issues-list, order="rows") :results  
table raw

Regards
hmw

Reply via email to