From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Difference :header-args: and :header-args+:? Date: Thu, 04 Sep 2014 12:36:46 -0400 Message-ID: <877g1j1gwx.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPa1u-0002Rg-9z for emacs-orgmode@gnu.org; Thu, 04 Sep 2014 12:37:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPa1j-0005Uh-7m for emacs-orgmode@gnu.org; Thu, 04 Sep 2014 12:37:01 -0400 Received: from mail-qa0-x232.google.com ([2607:f8b0:400d:c00::232]:46541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPa1j-0005UV-2D for emacs-orgmode@gnu.org; Thu, 04 Sep 2014 12:36:51 -0400 Received: by mail-qa0-f50.google.com with SMTP id cm18so9530029qab.37 for ; Thu, 04 Sep 2014 09:36:50 -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 Hi Rainer, 2014ko irailak 4an, Rainer M Krug-ek idatzi zuen: > > Hi > > I have a question concerning the property :header-args:. In addition > to :header-args: there is also :header-args+:. > > > 1) If I set some properties globally and in a subtree I want to *add* a > *new* header argument - do I have to use the + or not? > > 2) If I set some properties globally and in a subtree I want to *change* > a *single* header argument which *was set globally* - do I have to use > the + or not? Are you aware that you can set individual header args as properties? Something like (at the file level): #+property: session *foo* or (at the subtree level): :PROPERTIES: :session: *foo* :END: This will likely be easier than trying to do surgery on the header-args property. -- Aaron Ecay