Is there a way in org-mode
to mark region (one or few words) and make them bold/italic?
Currently, if I want to turn bar
into bold face, I have to move the point before the b
add *
and then navigate the point right after r
and add another *
. I want to be able to mark the whole word bar
, hit something like C-c C-f C-b
(did someone said AUCTeX?) and obtain *bar*
.
org-emphasize
does what you need. It is bound to C-c C-x C-f and then you suppy either the marker (*
or _
) or the first letter of the corresponding HTML tag (e.g. e
for <em>
).
Documentation here: http://orgmode.org/worg/doc.html#org-emphasize
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With