Re: [BUG] Customizing org-emphasis-alist does not work as expected [9.6.15 (release_9.6.15 @ d:/emacs_home/program/emacs/share/emacs/29.2/lisp/org/)]

2024-04-11 Thread Ihor Radchenko
Max Nikulin writes: >> I have updated the docstring to explain this. >> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=42cdf2a90 > > Have you decided to discard another variant that warns users? > > Ihor Radchenko… [PATCH v5] org.el: Warning for unsupported markers in >

Re: [BUG] Customizing org-emphasis-alist does not work as expected [9.6.15 (release_9.6.15 @ d:/emacs_home/program/emacs/share/emacs/29.2/lisp/org/)]

2024-04-11 Thread Max Nikulin
On 10/04/2024 15:19, Ihor Radchenko wrote: Chang Xiaoduan 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: Custom markup markers are not supported. This customization is only useful to

Re: [BUG] Customizing org-emphasis-alist does not work as expected [9.6.15 (release_9.6.15 @ d:/emacs_home/program/emacs/share/emacs/29.2/lisp/org/)]

2024-04-10 Thread Ihor Radchenko
Chang Xiaoduan 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) >

[BUG] Customizing org-emphasis-alist does not work as expected [9.6.15 (release_9.6.15 @ d:/emacs_home/program/emacs/share/emacs/29.2/lisp/org/)]

2024-04-10 Thread Chang Xiaoduan
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.