I tried to make the comma *,*
bold, but no success. I tried with verbatim =,=
, but no success as well.
There's a similar problem and I've figured out a solution.
@itsjeyd's solution is right but not 100% correct. We need an extra (org-element--set-regexps)
.
The full code snippets:
(setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n\r")
(custom-set-variables `(org-emphasis-alist ',org-emphasis-alist))
(org-element--set-regexps)