]> git.donarmstrong.com Git - bin.git/commitdiff
use the new format for capture in remember-mail
authorDon Armstrong <don@donarmstrong.com>
Mon, 14 Aug 2017 22:10:17 +0000 (15:10 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 14 Aug 2017 22:10:17 +0000 (15:10 -0700)
remember_mail

index 08d65e2d031f52b8307a42f5e5bceeff344329a8..230848b9b57b486c581cc97c4b0ddcb2576df48f 100755 (executable)
@@ -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";