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
275 stars 58 forks source link

Allow text export backend to be configured #69

Closed TimQuelch closed 3 years ago

TimQuelch commented 3 years ago

This allows the user to specify a different backend to generate plaintext. For example the markdown backend can be used instead.

Default behaviour is to use the ascii backend as before.

jeremy-compostella commented 3 years ago

I think this one is covered or could be implemented thanks to your pull request #71.

TimQuelch commented 3 years ago

Yes, the same thing can be achieved now by customising org-msg-alternative-exporters