miles christopher writes: > Thanks for your patch. :smile: > > Can you send patch file as attachment? I don't know how to apply patch in email body. Hi Miles, If you download the raw email message (which you should be able to do in the Gmail UI) you can apply the patch like so: git am < /path/to/download.eml Alternatively, you can download the email from the orgmode list archives and apply the patch using this one-line command: curl -s https://orgmode.org/list/874kjxpqht.fsf@florness.com/raw | git am Let me know if you run into any trouble. -- David