From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug in org-lob: Function call adds space to argument string with parenthesis Date: Sun, 20 Dec 2015 16:49:56 +0100 Message-ID: <87si2xf7bv.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAgDq-0005Bd-1L for emacs-orgmode@gnu.org; Sun, 20 Dec 2015 10:48:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAgDK-0005BS-Ug for emacs-orgmode@gnu.org; Sun, 20 Dec 2015 10:48:33 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:34865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAgDK-0005BO-MR for emacs-orgmode@gnu.org; Sun, 20 Dec 2015 10:48:02 -0500 In-Reply-To: (Tobias Zawada's message of "Fri, 18 Dec 2015 08:46:42 +0000") 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: Tobias Zawada Cc: "emacs-orgmode@gnu.org" Hello, Tobias Zawada writes: > * Bug in org-lob: Function call adds space to argument string with parenthesis > Dear all, > Please see the following code. I would expect arg="()" as result of the call-line but the result is arg="() " with an additional space. > > #+NAME: test > #+BEGIN_SRC emacs-lisp :var arg="" > (message "arg=%S" arg) #+END_SRC > > #+RESULTS: : arg="" > > #+call: test(arg="()") > > #+RESULTS: > : arg="() " I cannot reproduce it in development version. Could you update and try again? Thank you. Regards, -- Nicolas Goaziou