Merge pull request #1322 from yiufung/org-mu4e-change

org-mu4e: fix org-mu4e-store-and-capture for Org 9.0
This commit is contained in:
Dirk-Jan C. Binnema 2018-10-09 08:10:16 +03:00 committed by GitHub
commit 7c63fe65eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ the query (for paths starting with 'query:')."
`org-mu4e-link-query-in-headers-mode', and capture it with
org-mode)."
(interactive)
(org-mu4e-store-link)
(call-interactively 'org-store-link)
(org-capture))