From 84c59cef5a3bf347f15c26c580196ba27159b2b6 Mon Sep 17 00:00:00 2001 From: "Asilata Bapat (ANU)" Date: Sat, 27 Jun 2020 15:54:48 +1000 Subject: [PATCH] Fix org-mode links section documentation --- mu4e/mu4e.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index ab7f4697..de4ffc03 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -3284,8 +3284,8 @@ If you use the functionality a lot, you may want to define key-bindings for that in headers and view mode: @lisp - (define-key mu4e-headers-mode-map (kbd "C-c c") 'org-mu4e-store-and-capture) - (define-key mu4e-view-mode-map (kbd "C-c c") 'org-mu4e-store-and-capture) + (define-key mu4e-headers-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture) + (define-key mu4e-view-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture) @end lisp