Kenneth Jacker <jacke...@appstate.edu> writes: > Thanks for you suggestions Marco, but I still can't figure out how to get the > "styles"/"emphasis" displayed in a '.org' file buffer. > > As mentioned before, the variable "org-fontify-emphasized-text" is set to `t' > (non-nil). > > Documentation says this about that variable: > > Non-nil means fontify *bold*, /italic/ and _underlined_ text. > > Anyone have any other ideas? > > Thanks, > > -Kenneth >
Open an org mode buffer, type *bold* in it, move the cursor over one of the letters of the word "bold" and type C-u C-x = You should get a *Help* buffer and towards the bottom there should be a section that looks something like this (this is what I get in my case): ,---- | There are text properties here: | face (bold) | font-lock-multiline t | fontified t | org-emphasis t `---- What do you get? -- Nick