Bug#838283: org-mode: notmuch links are unescaped twice

2016-09-30 Thread Bastien Guerry
Hi David, I've now pushed your fix to upstream Org-mode. Thanks! -- Bastien

Bug#838283: org-mode: notmuch links are unescaped twice

2016-09-19 Thread Bastien Guerry
Hi David, David Bremner writes: > org-open-at-point calls org-link-unescape on the search term before > invoking org-notmuch-follow-link, so it's a bad idea to call it again > in org-notmuch-follow-link. In particular this breaks links with '%' > in them. > > Here is a

Bug#838283: org-mode: notmuch links are unescaped twice

2016-09-19 Thread David Bremner
Package: org-mode Version: 8.3.4-1 Severity: normal Tags: patch newcomer upstream -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 org-open-at-point calls org-link-unescape on the search term before invoking org-notmuch-follow-link, so it's a bad idea to call it again in org-notmuch-follow-link.