home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit ea3f3cf563cfba7087e70cb0d1a1b4be50f37253
parent 273d87237414a68218138328b5d054b46ae9eff5
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 23 Jan 2024 12:56:50 +0100

tools/emacs: quick org-agenda configuration updates

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -101,6 +101,17 @@ (org-refile-use-outline-path 'file) (org-refile-allow-creating-parent-nodes 'confirm) (org-list-demote-modify-bullet '(("+" . "-") ("-" . "+"))) + (org-agenda-span 'day) + (org-agenda-start-on-weekday 1) + (org-agenda-window-setup 'current-window) + (org-agenda-skip-scheduled-if-deadline-is-shown t) + (org-agenda-skip-timestamp-if-deadline-is-shown t) + (org-agenda-skip-scheduled-if-done nil) + (org-agenda-category-icon-alist '( + (".*" '(space . (:width (16)))))) +;; (org-agenda-compact-blocks t) +;; (org-agenda-sticky t) +;; (org-agenda-include-diary t) :config ;; Org Babel configurations (when (file-exists-p org-babel-library-file) @@ -314,6 +325,7 @@ file which do not already have one." org-babel-execute:sh org-babel-execute:shell org-babel-execute:zsh)) + ;; (use-package org ;; ;; :ensure org-plus-contrib ;; load from the package instead of internal ;; :mode (("\\.org$" . org-mode)