From b00d5edd2662a752617f6edc9b27637cdf0e9223 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 28 May 2017 12:23:05 +0200 Subject: [PATCH] Correct +org/capture function name --- bin/org-capture | 2 +- modules/lang/org/autoload/capture.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/org-capture b/bin/org-capture index 66d0b31b0..706891c3a 100755 --- a/bin/org-capture +++ b/bin/org-capture @@ -24,5 +24,5 @@ fi emacsclient -c \ -F '((name . "org-capture") (width . 70) (height . 25))' \ - --eval "(+org-capture \"$key\" \"$2\")" + --eval "(+org/capture \"$key\" \"$2\")" diff --git a/modules/lang/org/autoload/capture.el b/modules/lang/org/autoload/capture.el index 5cfcece3a..f0d389ef2 100644 --- a/modules/lang/org/autoload/capture.el +++ b/modules/lang/org/autoload/capture.el @@ -1,7 +1,7 @@ ;;; lang/org/autoload/capture.el ;;;###autoload -(defun +org-capture (&optional key string) +(defun +org/capture (&optional key string) "Initializes the current frame as a pop-up `org-capture' frame." (interactive) (let ((key (or key "n"))