[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] force italic mode?
From: |
Aaron Ecay |
Subject: |
Re: [O] force italic mode? |
Date: |
Fri, 18 Nov 2016 14:59:33 +0000 |
User-agent: |
Notmuch/0.22+21~g7e6e23c (https://notmuchmail.org) Emacs/25.1.50.2 (x86_64-unknown-linux-gnu) |
Hi Eric, hi all,
2016ko azaroak 17an, Eric Abrahamsen-ek idatzi zuen:
>
> John Kitchin <address@hidden> writes:
>
>> No what Hymie wants is part of the middle of that word italicizes I
>> think.
>
> Oh, sorry! Don't know how I missed that. Well, still, same solution:
>
> fuzzy@@html:<emph>@@wuzzy@@html:</emph>@@wuzzabear
>
> 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’ve never
proposed it as it looks like an ugly hack to me.
--
Aaron Ecay