Fix org-msg export reference #11

Closed
cjohnson19 wants to merge 1 commits from org-msg-html-regular-export into master
cjohnson19 commented 2021-01-18 23:54:39 +00:00 (Migrated from github.com)

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

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](https://github.com/jeremy-compostella/org-msg/blob/c19f54beebe268833c44a015861bf02531591011/org-msg.el#L143)
tecosaur commented 2021-01-19 02:05:01 +00:00 (Migrated from github.com)

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

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 2021-02-22 17:52:21 +00:00 (Migrated from github.com)

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.

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*.

Pull request closed

Sign in to join this conversation.
No description provided.