Chang Xiaoduan <dr...@sina.com> writes: > I am trying to customizing `org-emphasis-alist` so that ` can replace ~ as > the code marker. I use the following code in my configuration file: > > ``` emacs-lisp > (setq org-emphasis-alist > '(("*" bold) > ("/" italic) > ("_" underline) > ("=" org-verbatim verbatim) > ("`" org-code verbatim) > ("+" (:strike-through t)))) > ```
Custom markup markers are not supported. This customization is only useful to change the existing markup faces. I have updated the docstring to explain this. Handled, on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=42cdf2a90 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>