emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* SMART goals and bolding the first letter
@ 2024-05-27 15:07 Sharon Kimble
  2024-05-27 16:21 ` Dr. Arne Babenhauserheide
  2024-05-27 17:46 ` Berry, Charles
  0 siblings, 2 replies; 3+ messages in thread
From: Sharon Kimble @ 2024-05-27 15:07 UTC (permalink / raw)
  To: emacs-orgmode

-----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. 
````

Its part of a section explaining SMART goals.

Any ideas please?    
  
Thanks
  Sharon.  
- -- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk
Debian 12.5, TDE R14.1.1, emacs 30.0.50, org 9.6.30 
-----BEGIN PGP SIGNATURE-----

iQJRBAEBCgA7FiEELSc/6QwVBIYugJDbNoGAGQr4g1sFAmZUob0dHGJvdWRpY2Nh
c0Bza2ltYmxlMDkucGx1cy5jb20ACgkQNoGAGQr4g1sMLw/7Bl5FJ+t/UzKO3ULg
CF0mxdf7W7gUknRJ2ocy604wVjblXsnSrYISISWfuwFUnw27rthVx/ceUZWh47kA
Wme3rri83pHAx0QRJn3lkVvYidp7PiSig5FUYNtIeIQqqKGMU9p4T1p+ZLCMhce2
ntivOXE/UcHUULTNkqElXct05WNfitNUuIYmJnCyMO3kv/gahNQ0PSaRK5xVK6DM
IXU8O73ifktBCdL4zP8si+4HFVJoh58yidBdmY94RVuxBsSvS4z3LzCsaNn1h4EE
qxB+8wHmN18jXp6my3KaV25DYDf3SDONUxcg/dOv0ZUYa/Sy1XvbUMIOjorJy/8+
oVEDC5Ez1FuTDbmZHJr/XrZURM5uP8bIlwvyGeNtm25KFBqgNp4hxd9QlLEFqGhP
vYlxqIKr4pQs8FRqqDsA/dCoq+dVhg+uNBcMSqDmYAXnkYOpvI8a43kKvcZ9FD0E
RRvjUEsJTg2uQjrcCZxOotS8eAFaukkCV09F0+g2S8IoKUCaIJfBhNsK020so223
nPor0HvD9m8euYMs8YuAlG3Xny3LhYS3zRb47d93X4nLyeVSibQ7KS6y3TG3MmFD
1UbA92ybkpbzSxA0hDfXhSsoQ+dfLiWD84yJfz/5AgPqE5cU0d1mKns8qJ59yq6M
UA3jOkErn1V/Tqchmr2OJU7glV0=
=AdBb
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: SMART goals and bolding the first letter
  2024-05-27 15:07 SMART goals and bolding the first letter Sharon Kimble
@ 2024-05-27 16:21 ` Dr. Arne Babenhauserheide
  2024-05-27 17:46 ` Berry, Charles
  1 sibling, 0 replies; 3+ messages in thread
From: Dr. Arne Babenhauserheide @ 2024-05-27 16:21 UTC (permalink / raw)
  To: Sharon Kimble; +Cc: emacs-orgmode

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: SMART goals and bolding the first letter
  2024-05-27 15:07 SMART goals and bolding the first letter Sharon Kimble
  2024-05-27 16:21 ` Dr. Arne Babenhauserheide
@ 2024-05-27 17:46 ` Berry, Charles
  1 sibling, 0 replies; 3+ messages in thread
From: Berry, Charles @ 2024-05-27 17:46 UTC (permalink / raw)
  To: Sharon Kimble; +Cc: Org-Mode List

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 
  


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-27 17:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27 15:07 SMART goals and bolding the first letter Sharon Kimble
2024-05-27 16:21 ` Dr. Arne Babenhauserheide
2024-05-27 17:46 ` Berry, Charles

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).