From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Random underscores in html-export Date: Thu, 10 Oct 2013 18:49:04 +0200 Message-ID: <87r4btkr5r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUJQT-00063M-7P for emacs-orgmode@gnu.org; Thu, 10 Oct 2013 12:49:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUJQL-00027Y-Tc for emacs-orgmode@gnu.org; Thu, 10 Oct 2013 12:49:25 -0400 Received: from plane.gmane.org ([80.91.229.3]:43020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUJQL-00026d-Mj for emacs-orgmode@gnu.org; Thu, 10 Oct 2013 12:49:17 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VUJQJ-0007UU-VB for emacs-orgmode@gnu.org; Thu, 10 Oct 2013 18:49:15 +0200 Received: from g231107059.adsl.alicedsl.de ([92.231.107.59]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Oct 2013 18:49:15 +0200 Received: from tjolitz by g231107059.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Oct 2013 18:49:15 +0200 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 List, I see (somehow random) underscores in html-exports, but no hint whatsoever in the original Org file where they might come from. e.g. this ,-------------------------- | ... and they offer an ... `-------------------------- might be exported to ,-------------------------- | ... and_they offer an ... `-------------------------- and there seems to be nothing special between 'and' and 'they' in the original text. Any ideas? PS I only noticed this when calling the exporter via emacsclient, not via standalone emacs, but I possibly overlooked it before. -- cheers, Thorsten