From 7072dd6217d2a600f729188624f228b5700bd836 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 14 Aug 2017 15:10:17 -0700 Subject: [PATCH] use the new format for capture in remember-mail --- remember_mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remember_mail b/remember_mail index 08d65e2..230848b 100755 --- a/remember_mail +++ b/remember_mail @@ -26,4 +26,4 @@ if (defined $ENV{DISPLAY} and length($ENV{DISPLAY})) { } else { @EMACS_OPTS = qw(-t) } -exec "emacsclient", @EMACS_OPTS, "org-protocol://capture://m/mutt:$mid/mail/$note_body"; +exec "emacsclient", @EMACS_OPTS, "org-protocol://capture?template=m&url=mutt:$mid&title=mail&body=$note_body"; -- 2.39.2