From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: About commit named "Allow multi-line properties to be specified in property blocks" Date: Tue, 01 Nov 2011 09:36:48 +0100 Message-ID: <87ty6ock7z.fsf@gmail.com> References: <87vcr5c76e.fsf@gmail.com> <87vcr5j5a5.fsf@gmail.com> <8762j4evjl.fsf@gmail.com> <87k47kkfwp.fsf@gmail.com> <87y5w0ckt7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RL9rM-0001is-Iw for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 04:38:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RL9rG-0002bz-Mz for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 04:38:16 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:37601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RL9rG-0002bk-GC for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 04:38:10 -0400 Received: by wwe3 with SMTP id 3so2381960wwe.30 for ; Tue, 01 Nov 2011 01:38:09 -0700 (PDT) In-Reply-To: <87y5w0ckt7.fsf@gmail.com> (Nicolas Goaziou's message of "Tue, 01 Nov 2011 09:24:04 +0100") 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: Eric Schulte Cc: Org Mode List Correcting myself, > Typically, what is required here is to add "#+property:" to the > cumulative family. Thus, > > #+property: var foo=1 > #+property: var bar=2 > > is exactly the same as #+property: var foo=1 var bar=2. > > Also, make sure var assignations accumulate too. I don't think "#+property:" should belong to a cumulative family of keywords. But Babel "var" keyword definitely should. Thus, the idea stays the same: on multiple "var" calls, accumulate values instead of replacing them (unless, obviously, the variables has already been assigned a value before).