From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: force italic mode? Date: Fri, 18 Nov 2016 14:59:33 +0000 Message-ID: <87mvgwn8a2.fsf@gmail.com> References: <87bmxet61h.fsf@ericabrahamsen.net> <874m36t4w9.fsf@ericabrahamsen.net> 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]:39797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7kdh-0004XV-7D for emacs-orgmode@gnu.org; Fri, 18 Nov 2016 09:59:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7kdc-0002fl-A7 for emacs-orgmode@gnu.org; Fri, 18 Nov 2016 09:59:41 -0500 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:36493) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c7kdc-0002f9-3e for emacs-orgmode@gnu.org; Fri, 18 Nov 2016 09:59:36 -0500 Received: by mail-wm0-x22b.google.com with SMTP id g23so43533399wme.1 for ; Fri, 18 Nov 2016 06:59:35 -0800 (PST) In-Reply-To: <874m36t4w9.fsf@ericabrahamsen.net> 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: Eric Abrahamsen , emacs-orgmode@gnu.org Hi Eric, hi all, 2016ko azaroak 17an, Eric Abrahamsen-ek idatzi zuen: >=20 > John Kitchin writes: >=20 >> No what Hymie wants is part of the middle of that word italicizes I >> think.=20 >=20 > Oh, sorry! Don't know how I missed that. Well, still, same solution: >=20 > fuzzy@@html:@@wuzzy@@html:@@wuzzabear >=20 > So far as I know there's no way to do that *outside* of an > export-specific snippet, but I would love to be proved wrong. You can accomplish this by using an entity that expands to nothing. The closest entry in org-entities is \zwj (zero width word-joining space): foo\zwj{}/bar/\zwj{}baz I have an entry like the following defined in org-entities-user for this purpose: ("nothing" "" nil "" "" "" "") It might be worth considering adding to org-entities, but I=E2=80=99ve never proposed it as it looks like an ugly hack to me. --=20 Aaron Ecay