From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: :header-args: over several lines? Date: Wed, 25 Jun 2014 20:01:21 -0400 Message-ID: <87oaxga69a.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzx80-00066q-Re for emacs-orgmode@gnu.org; Wed, 25 Jun 2014 20:01:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wzx7z-0000PQ-V7 for emacs-orgmode@gnu.org; Wed, 25 Jun 2014 20:01:24 -0400 Received: from mail-qc0-x22a.google.com ([2607:f8b0:400d:c01::22a]:39483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzx7z-0000PG-PU for emacs-orgmode@gnu.org; Wed, 25 Jun 2014 20:01:23 -0400 Received: by mail-qc0-f170.google.com with SMTP id l6so2521236qcy.1 for ; Wed, 25 Jun 2014 17:01:22 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug , emacs-orgmode@gnu.org 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