From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thibault Marin Subject: Re: Variables in properties no longer working Date: Wed, 12 Apr 2017 15:01:23 -0500 Message-ID: <87wpapgzu4.fsf@dell-desktop.WORKGROUP> References: <20170412191340.GA10029@nowhere> Reply-To: thibault.marin@gmx.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyOSL-0007b8-T7 for emacs-orgmode@gnu.org; Wed, 12 Apr 2017 16:01:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyOSI-0001b5-Sm for emacs-orgmode@gnu.org; Wed, 12 Apr 2017 16:01:33 -0400 Received: from mout.gmx.net ([212.227.17.22]:58402) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyOSI-0001ap-Jj for emacs-orgmode@gnu.org; Wed, 12 Apr 2017 16:01:30 -0400 In-reply-to: <20170412191340.GA10029@nowhere> 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" To: Andreas Mueller Cc: emacs-orgmode@gnu.org Hi, The syntax has changed in org-9, see http://orgmode.org/manual/Header-arguments-in-Org-mode-properties.html#Header-arguments-in-Org-mode-properties The following seems to fix your example: :HEADER-ARGS: :var foo="bar" Andreas Mueller writes: > Hello > > The attached example seems to be broken with latest org from ELPA > (org-20170210). > > I can reproduce it with an empty emacs config - it works with org > 8.2.10, but when I install org-20170210 I get "Symbol's value as > variable is void: foo". > > Thanks & best regards, Andreas