From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas Subject: [BUG] Radio Targets and double quotes Date: Thu, 28 May 2015 19:52:35 +0200 Message-ID: <556755E3.3060906@friendlyvillagers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy1z1-0001mo-K5 for emacs-orgmode@gnu.org; Thu, 28 May 2015 13:52:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yy1yx-0000TK-9V for emacs-orgmode@gnu.org; Thu, 28 May 2015 13:52:43 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::2]:38607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy1yw-0000Sr-Up for emacs-orgmode@gnu.org; Thu, 28 May 2015 13:52:39 -0400 Received: from [192.168.178.20] (p5796AAEB.dip0.t-ipconnect.de [87.150.170.235]) by smtp.strato.de (RZmta 37.6 DYNA|AUTH) with ESMTPSA id t049b2r4SHqaxY4 (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Thu, 28 May 2015 19:52:36 +0200 (CEST) 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: Org Mode Hi All, a radio target reference followed by another radio target in double quotes breaks html-export. The following minimal throws an error: =============================== Keyword1 "keyword2" <<>> <<>> =============================== Error Message: org-export-activate-smart-quotes: Wrong number of arguments: #[(q type) "ÆÇ\"ƒ (after that comes a number of weird symbols that I cannot even copy into the email...) Removing the quotes around "keyword2" fixes the problem: =============================== Keyword1 keyword2 <<>> <<>> =============================== What also works is to add another word between Keyword1 and "keyword2": =============================== Keyword1 and "keyword2" <<>> <<>> =============================== Thanks, thomas