From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viktor Rosenfeld Subject: Setting multiple variables for code blocks in one property drawer Date: Thu, 9 Feb 2012 13:46:19 +0100 Message-ID: <20120209124619.GA29989@kenny.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvTON-0007Tn-Aq for emacs-orgmode@gnu.org; Thu, 09 Feb 2012 07:46:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvTOM-0003S3-7c for emacs-orgmode@gnu.org; Thu, 09 Feb 2012 07:46:27 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:44061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvTOL-0003Ra-TZ for emacs-orgmode@gnu.org; Thu, 09 Feb 2012 07:46:26 -0500 Received: by bkty12 with SMTP id y12so1742675bkt.0 for ; Thu, 09 Feb 2012 04:46:23 -0800 (PST) Content-Disposition: inline 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 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