jeremy-compostella / org-msg

OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
GNU General Public License v3.0
276 stars 57 forks source link

Converting citation should use blockquote #94

Closed Chris00 closed 3 years ago

Chris00 commented 3 years ago

Converting >+ citations uses <div> element. IMHO, <blockquote> elements should be used

jeremy-compostella commented 3 years ago

I totally agree. This is not easy to implement though. Feel free to suggest a patch.