[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SMART goals and bolding the first letter
From: |
Berry, Charles |
Subject: |
Re: SMART goals and bolding the first letter |
Date: |
Mon, 27 May 2024 17:46:44 +0000 |
Sharon,
> On May 27, 2024, at 8:07 AM, Sharon Kimble <boudiccas@skimble09.plus.com>
> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
>
> How can I bold the first letter of a word please? I'm trying to do this -
>
> ````
> - - *S*pecific - You don’t want a vague goal.
> ````
I think the usual approach is to use a zero width space.
See `Section 17.12 Escape Character` of the org manual.
Here is an example:
Type `*S*` then `C-x 8 <RET> ZERO WIDTH SPACE <RET>` then `port`
On LaTeX export, this renders as
`\textbf{S}port`
HTH,
Chuck