From d853a7a9a481982cb544a04ecf15221138522ed3 Mon Sep 17 00:00:00 2001 From: Daneel Date: Tue, 24 Feb 2026 21:48:41 +0100 Subject: [PATCH] =?UTF-8?q?fix=20calfw:=20obal=20cfw:open-org-calendar=20d?= =?UTF-8?q?o=20cmd!=20(nen=C3=AD=20interactive=20command)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.el b/config.el index 063ea98..d862ddb 100644 --- a/config.el +++ b/config.el @@ -1894,11 +1894,12 @@ current frame." "s Q" #'org-ql-view)) ;; calfw — visual calendar -;; :demand t = načti ihned při startu (autoload selhal opakovaně) (use-package! calfw :demand t) (use-package! calfw-org :demand t - :config (map! :leader "o C" #'cfw:open-org-calendar)) + :config + ;; cfw:open-org-calendar není interactive — musíme ho obalit cmd! + (map! :leader "o C" (cmd! (cfw:open-org-calendar)))) ;; org-roam-ui — visual graph for org-roam (use-package! org-roam-ui