Re: [O] [PATCH] org-mime.el: correct element matching regex
Hello, Jon Miller writes: > * org-mime.el (org-mime-change-element-style): Correctly capture the > html element instead of partially. Applied. Thank you. Regards, -- Nicolas Goaziou
[O] [PATCH] org-mime.el: correct element matching regex
* org-mime.el (org-mime-change-element-style): Correctly capture the html element instead of partially. Passing element of "p" would end up matching and altering "pre" elements as well. Need to properly anchor the regex to html elements. TINYCHANGE --- contrib/lisp/org-mime.el | 2 +- 1 file c