doc/org-manual.org: Document `org-emphasize'

* doc/org-manual.org (Emphasis and Monospace): Document the
command `org-emphasize'.

Link: https://lists.gnu.org/archive/html/emacs-orgmode/2024-04/msg00381.html
This commit is contained in:
Arash Esbati 2024-04-23 07:36:18 +02:00 committed by Ihor Radchenko
parent 46e13c3ebd
commit ff9d00c9c3
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 11 additions and 1 deletions

View File

@ -11233,7 +11233,17 @@ but not any simpler
You can make words =*bold*=, =/italic/=, =_underlined_=, ==verbatim==
and =~code~=, and, if you must, =+strike-through+=. Text in the code
and verbatim string is not processed for Org specific syntax; it is
exported verbatim.
exported verbatim. Org provides a single command as entry point for
inserting the marker character.
- {{{kbd(C-c C-x C-f)}}} (~org-emphasize~) ::
#+kindex: C-c C-x C-f
#+findex: org-emphasize
Prompt for a marker character and insert or change an emphasis. If
there is an active region, change that region to a new emphasis. If
there is no region, just insert the marker characters and position
the cursor between them.
#+vindex: org-fontify-emphasized-text
To turn off fontification for marked up text, you can set