tecosaur / emacs-config

My configuration for Doom Emacs. Mirror of https://git.tecosaur.net/tec/emacs-config.
MIT License
1.04k stars 118 forks source link

Fix org-msg export reference #11

Closed cjohnson19 closed 3 years ago

cjohnson19 commented 3 years ago

Fixes a bug where emails in org-msg will contain fancy-html elements.

Changes references from +org-msg-currently-exporting to org-msg-export-in-progress. Org-msg uses this to track if export occurs within an org-msg.

Reference to the repo

tecosaur commented 3 years ago

I hadn't noticed that org-msg-export-in-progress existed. I'll check this out and merge it if this works :slightly_smiling_face: Thanks!

tecosaur commented 3 years ago

Well, I finally got around to making sure that this worked as intended 😆. Thanks for making this PR, I wouldn't have spotted this without you.

Manually re-implemented your PR's changes, because I made a lot of merge conflicts.