From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Setting multiple variables for code blocks in one property drawer Date: Wed, 15 Feb 2012 08:08:21 -0700 Message-ID: <87haysuo20.fsf@gmx.com> References: <20120209124619.GA29989@kenny.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxgYd-0004qm-Hq for emacs-orgmode@gnu.org; Wed, 15 Feb 2012 10:14:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxgYW-0006RG-SW for emacs-orgmode@gnu.org; Wed, 15 Feb 2012 10:14:11 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:54175 helo=mailout-us.mail.com) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RxgYW-0006R4-LP for emacs-orgmode@gnu.org; Wed, 15 Feb 2012 10:14:04 -0500 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: emacs-orgmode@gnu.org Viktor Rosenfeld writes: > Hi, > > after following the discussion about the new BABEL syntax I was under > the impression that the following should work to set two variables in > one PROPERTIES drawer: > > :PROPERTIES: > :var: foo=1 > :var+: bar=2 > :END: > > However, the definition of bar is ignored. It turns out that there can > only be one :var: or :var+: entry in a drawer and the latter can only be > used to append to inherited entries, but not to those defined in the > same drawer. Is this the intended behavior? How would I define multiple > variables in a drawer (except for putting them all on one line)? > > Thanks, > Viktor > You are correct, I believe this is a bug. I've just pushed up a fix, so your example above should now work as expected. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte/