I can't get bold formatting to work on 2nd level outlines in org-mode. E.g. the following
* First level
* First *level*
** Second level
** Second *level*
produces:
- First level
- First level
- Second level
- Second
*level*
(i.e. the last item is not rendered in bold, and instead Emacs just renders the *
characters)
Is this the expected behavior? How can I use bold face in outlines other than the top one?