From: Marcin Borkowski <mbork@mbork.pl>
To: Samuel Wales <samologist@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: can emphasis emphasize this?
Date: Mon, 13 Nov 2023 06:45:31 +0100 [thread overview]
Message-ID: <877cmmi4uc.fsf@mbork.pl> (raw)
In-Reply-To: <CAJcAo8sefqHVdpB+m0VVaX7K3NVeSHQNRTz9qn8vf0YyES5N0A@mail.gmail.com>
On 2023-11-13, at 05:29, Samuel Wales <samologist@gmail.com> wrote:
> if it is as above, the emphasis does not show. but if i put a space
> after =, it does show. i kind of want to keep trying without space,
> but i want emphasis.
>
> is this a possible hack to emphasis syntax? we've changed that around
> a bunch i know, and forgotten details. i suspect it is at your own
> risk stuff now.
My go-to solution is this:
(defun insert-zero-width-space ()
"Insert Unicode character \"zero-width space\"."
(interactive)
(insert 8203))
Hth,
--
Marcin Borkowski
http://mbork.pl
next prev parent reply other threads:[~2023-11-13 5:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-13 4:29 can emphasis emphasize this? Samuel Wales
2023-11-13 5:45 ` Marcin Borkowski [this message]
2023-11-13 6:05 ` Samuel Wales
2023-11-14 10:33 ` Max Nikulin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877cmmi4uc.fsf@mbork.pl \
--to=mbork@mbork.pl \
--cc=emacs-orgmode@gnu.org \
--cc=samologist@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).