uot;
(setq date '(5 30 2024)) ;; Or 31
(org-agenda-get-blocks))
)
At the moment I use the following workaround, which would benefit from some
feedback.
>From 48192b14d3d5739467df7c41ac4e1e9c94f81ee4 Mon Sep 17 00:00:00 2001
From: hrdl
Date: Wed, 29 May 2024 17:43:53 +0200
Subject
* lisp/ob-core.el (org-babel-result-names): Do not change
visibility of windows when called.
TINYCHANGE
---
lisp/ob-core.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index a7c4f2cab..54dcf400e 100644
--- a/lisp/ob-core.el
+++ b