My question concerns org-mode. I'm trying to add the characters [
and ]
to the org-emphasis-regexp-components
in order to mark up words between square brackets. So I get for example the following effect:
[/bla bla/]
→ [/bla bla/]
I also want to export it to LaTeX.
I've already tried the solutions described bellow, but without success:
Inline verbatim and code with quotes in Org-mode
https://stackoverflow.com/questions/1218238/how-to-make-part-of-a-word-bold-in-org-mode
I can't understand what I'm doing wrong. I would appreciate your help. Thank you.