From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas kalbe Subject: radio targets, a bug? Date: Thu, 28 May 2015 15:49:41 +0200 Message-ID: <55671CF5.7040207@googlemail.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]:60045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxyBw-00059u-PK for emacs-orgmode@gnu.org; Thu, 28 May 2015 09:49:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxyBt-00063s-Jj for emacs-orgmode@gnu.org; Thu, 28 May 2015 09:49:48 -0400 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:36820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxyBt-00063d-CV for emacs-orgmode@gnu.org; Thu, 28 May 2015 09:49:45 -0400 Received: by wgbgq6 with SMTP id gq6so37075096wgb.3 for ; Thu, 28 May 2015 06:49:44 -0700 (PDT) Received: from [192.168.178.20] (p5796AAEB.dip0.t-ipconnect.de. [87.150.170.235]) by mx.google.com with ESMTPSA id gs7sm8662459wib.10.2015.05.28.06.49.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 May 2015 06:49:43 -0700 (PDT) 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 All, html-export for the following minimal example breaks: =============================== 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