Andrew J. Korty wrote: >Some MUAs insert a newline when rendering the Message-ID field:
> Message-ID: > <[email protected]> >The newline causes org-mhe-store-link to create a link that looks like > [[mhe:%2Barchive# > %20<[email protected]][subject]] >org later treats the above as separate lines; any tags or properties >added end up in the middle of the link. Thanks for reporting this bug. I've fixed it in master, but not using `replace-regexp-in-string' but Org's internal function to strip leading and trailing white space. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... [email protected] Email..... [email protected] _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
