emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] :header-args: over several lines?


From: Aaron Ecay
Subject: Re: [O] :header-args: over several lines?
Date: Wed, 25 Jun 2014 20:01:21 -0400
User-agent: Notmuch/0.17+160~g03680d1 (http://notmuchmail.org) Emacs/24.4.50.1 (x86_64-unknown-linux-gnu)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]