2014ko ekainak 25an, Rainer M Krug-ek idatzi zuen: > > Hi > > I want to add many variables to a subtree. But it seems > that :header-args: only allows one line - is this true? In my case, this > line would be exceedingly long and very difficult to debug. > > Is there a way of having :header-args: span several lines (like var+)?
Exactly that should work, i.e. using header-args+: ,---- | * foo | :PROPERTIES: | :header-args+: :exports none | :header-args+: :results value | :END: | | #+begin_src elisp | (org-entry-get nil "header-args") | #+end_src | | #+RESULTS: | : :exports none :results value `---- -- Aaron Ecay