From mboxrd@z Thu Jan 1 00:00:00 1970 From: Justin Kirby Subject: Re: Bug: transposition of words surrounded by forward slash [9.0.5 (release_9.0.5-266-gca31fa )] Date: Mon, 13 Feb 2017 18:19:47 -0500 Message-ID: <87k28t7k6k.fsf@openaether.org> References: <87tw80niko.fsf@openaether.org> <8760kem7br.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdPuT-0008LJ-8g for emacs-orgmode@gnu.org; Mon, 13 Feb 2017 18:19:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdPuS-0000wi-88 for emacs-orgmode@gnu.org; Mon, 13 Feb 2017 18:19:53 -0500 Received: from mail-it0-x232.google.com ([2607:f8b0:4001:c0b::232]:38420) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdPuS-0000wY-1u for emacs-orgmode@gnu.org; Mon, 13 Feb 2017 18:19:52 -0500 Received: by mail-it0-x232.google.com with SMTP id c7so8248844itd.1 for ; Mon, 13 Feb 2017 15:19:50 -0800 (PST) In-Reply-To: <8760kem7br.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Mon, 13 Feb 2017 16:36:08 +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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Justin Kirby writes: > >> An org file with the following content: >> >> #+OPTIONS: *:nil >> >> /simple/ /example/ >> >> >> >> During export org will transpose the word 'example' so the final output is >> >> //examplesimple/ / >> >> >> >> This will be the output regardless of export format. I have tried html, >> txt, odt, md. >> >> The words will be transposed as long as they are on the same line, >> regardless of how many characters are between them. >> >> This was observed as early as org 8.3.5. >> >> Changing the italic character in org-emphasis-alist to | does not change >> this behavior. > > Fixed. Thank you. Verified! Thanks for the quick turn around! Justin