Sharon,
> On May 27, 2024, at 8:07 AM, Sharon Kimble <[email protected]>
> 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