emacs-orgmode
[Top][All Lists]
Advanced

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

Re: SMART goals and bolding the first letter


From: Dr. Arne Babenhauserheide
Subject: Re: SMART goals and bolding the first letter
Date: Mon, 27 May 2024 18:21:06 +0200
User-agent: mu4e 1.12.4; emacs 30.0.50

Sharon Kimble <boudiccas@skimble09.plus.com> writes:

> 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. 
> ````
>
> Its part of a section explaining SMART goals.
>
> Any ideas please?    

I don’t know a pure org method, but if this is for LaTeX, you can use:

    @@latex:\textbf{@@S@@latex:}\nobreak\hspace{0pt}@@pecific.

(for the cleaner looking method: https://tex.stackexchange.com/a/267806 )

If this is HTML, you can CSS it:

#+html: <style>.first-letter-bold li::first-letter {font-weight: bold}</style>

#+attr_html: :class first-letter-bold
- Specific
- Measurable
- ...

See https://developer.mozilla.org/en-US/docs/Web/CSS/::first-letter

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

Attachment: signature.asc
Description: PGP signature


reply via email to

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