From: "Dr. Arne Babenhauserheide" <arne_bab@web.de>
To: Sharon Kimble <boudiccas@skimble09.plus.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: SMART goals and bolding the first letter
Date: Mon, 27 May 2024 18:21:06 +0200 [thread overview]
Message-ID: <87r0dnrzt9.fsf@web.de> (raw)
In-Reply-To: <878qzv5m4j.fsf@skimble09.plus.com> (Sharon Kimble's message of "Mon, 27 May 2024 16:07:40 +0100")
[-- Attachment #1: Type: text/plain, Size: 871 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]
next prev parent reply other threads:[~2024-05-27 16:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-27 15:07 SMART goals and bolding the first letter Sharon Kimble
2024-05-27 16:21 ` Dr. Arne Babenhauserheide [this message]
2024-05-27 17:46 ` Berry, Charles
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=87r0dnrzt9.fsf@web.de \
--to=arne_bab@web.de \
--cc=boudiccas@skimble09.plus.com \
--cc=emacs-orgmode@gnu.org \
/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).