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 56 forks source link

mailto links insert body before org-msg-header #145

Open ajgrf opened 2 years ago

ajgrf commented 2 years ago

I'm using Doom Emacs with mu4e.

When opening a mailto: link with a body parameter, the body is inserted before org-msg-header (the #+OPTIONS, #+STARTUP, and :PROPERTIES:). For example, opening a link like mailto:test@example.com?body=foobar will insert the text "foobar" above all that metadata, rather than below, where it belongs.