From 252900c9cb7cd64a829eede4c9e992521311ffc0 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 15 Mar 2021 23:02:20 -0400 Subject: [PATCH] ENH only use long timestamps in calendar --- etc/conf.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index ac1d430..665a611 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1637,7 +1637,7 @@ This is a nifty calendar...sometimes way faster than the agenda buffer for looki :after calfw :config (setq cfw:org-agenda-schedule-args - '(:deadline :scheduled :timestamp))) + '(:deadline* :scheduled* :timestamp))) #+END_SRC ** window splitting Org mode is great and all, but the windows never show up in the right place. The solutions here are simple, but have the downside that the window sizing must be changed when tags/capture templates/todo items are changed. This is because the buffer size is not known at window creation time and I didn't feel like making a function to predict it