Re: [O] [PATCH] org-mime.el: correct element matching regex

2014-12-14 Thread Nicolas Goaziou
Hello, Jon Miller joneb...@gmail.com 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

2014-12-12 Thread Jon Miller
* 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