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"))