From 83c1dfbed1f00bc7fecae2a6bb48d586cc70d489 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 18 Nov 2018 16:57:16 +0100 Subject: [PATCH] =?UTF-8?q?[Org]=20Simplify=20=E2=80=98db/make-org-capture?= =?UTF-8?q?-frame=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site-lisp/db-org.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index c2b03a8..1d9bfb8 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -244,8 +244,7 @@ In ~%s~: (make-frame '((name . "capture"))) (select-frame-by-name "capture") (delete-other-windows) - (let ((org-capture-after-finalize-hook org-capture-after-finalize-hook)) - (org-capture))) + (org-capture)) (defun db/delete-frame-if-capture (&rest r) "If current frame was made for a capture, close after done."