Currently, my org files look something like this:

* And now, let's do the analysis !
#+call: foo(bar)

#+results:
:  earth-shattering results
:  gonna land me a Nobel /and/ a Fields!

But because #+call is not exported, it's not clear what function was
called and with what parameters.  It makes a lot of sense for it to be
included in the export (unless its evaluation is turned off via e.g.
:eval no-export), but I can't find an option for this.

--Leo

Reply via email to