emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Org-syntax: Intra-word markup


From: Marco Wahl
Subject: Re: Org-syntax: Intra-word markup
Date: Thu, 02 Dec 2021 12:42:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Hi!

>>> Currently, org syntax doesn't officially seem to support intra-word 
>>> emphasis. Am I missing something?
>>
>> intra-*word* works just fine for me.
>>
>> Best,
>> Ihor
>
> I think what Denis is referring to is a construction of the type
> *intra*word, which, if I'm not mistaken, is not supported and can only
> be achieved by inserting a zero width space.

Is there a recommended way to insert a zero with space?

BTW occasionally I use

        (defun mw-insert-zero-width-whitespace ()
          "Insert a space with zero width."
          (interactive)
          (insert ?\x200B))


Thanks and ciao,
-- 
Marco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]