Search code examples
emacsorg-mode

How to make part of a word bold in org-mode


How can I make org-mode markup work for a part of a word? For example, I'd like it to work for cases like this:

=Class=es

and this:

/Method/s

Based on my tests it seems like org-mode markup syntax works on complete words only.


Solution

  • I don't think you can do it so that it shows up in the buffer as bold. If you just need it so that it appears bold when you export it to html, you can use:

    th@<b>is is ha@</b>lf bold
    

    See Quoting HTML tags