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

Feature Request - option for markdown to replace plain text #114

Open peterhoeg opened 3 years ago

peterhoeg commented 3 years ago

Raw markdown is very readable and it would be nice to have an option to send the plain text version of a mail as markdown instead (org already supports export to markdown).

obar commented 3 years ago

This is a straightforward feature to add if you feel inclined! Take a look at org-msg-export-as-text and the places its used, and make a new exporter based on that.