From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Lechtenboerger Subject: Quoting of macros with eval Date: Tue, 11 Dec 2018 11:08:00 +0100 Message-ID: <878t0wnzpb.fsf@wi.uni-muenster.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWexU-00088r-Pk for emacs-orgmode@gnu.org; Tue, 11 Dec 2018 05:08:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWexQ-0003ae-Rw for emacs-orgmode@gnu.org; Tue, 11 Dec 2018 05:08:08 -0500 Received: from zivm-wwu3-1.uni-muenster.de ([128.176.192.17]:34030 helo=zivm-wwu3.uni-muenster.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gWexQ-0003Ky-Ab for emacs-orgmode@gnu.org; Tue, 11 Dec 2018 05:08:04 -0500 Received: from localhost (D-3140W19.WIWI.UNI-MUENSTER.DE [128.176.158.169]) by udc-mail.uni-muenster.de (Postfix) with ESMTP id CF4F420ADF3A for ; Tue, 11 Dec 2018 11:08:00 +0100 (CET) Received: from user by localhost with local (Exim 4.84_2) (envelope-from ) id 1gWexM-0003cK-P0 for emacs-orgmode@gnu.org; Tue, 11 Dec 2018 11:08:00 +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" To: emacs-orgmode@gnu.org Hi there, given a macro like #+MACRO: foo (eval (message "%s" $1)) I need to call {{{foo("text")}}} with Org mode 9.1.14-9-g131531-elpa. On the master branch, that call will include the quotation marks as part of the string, so I need to call {{{foo(text)}}} (documented in the manual, but I didn=E2=80=99t notice that until now). Could the master branch offer backward compatible functionality, please? I=E2=80=99m thinking about checking for and removing leading and trailing quotation marks... Best wishes Jens