emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Org agenda width is one char-column too short


From: Tory S. Anderson
Subject: Org agenda width is one char-column too short
Date: Thu, 23 Sep 2021 06:40:40 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

As seen in the linked image, my agenda width is a single char too short so it 
clips the last : of the tags. I always use truncate-lines-mode, so this is a 
minor inconvenience but might be something easily fixed for new users? I think 
it has always done this for me.

https://i.imgur.com/RFRhLMT.png

Here are my configurations for agenda in Straight; if I'm not mistaken, there 
is nothing here that should effect things. Everything else is still at the 
default. I only got to thinking about this because agenda does such an 
admirable job of fitting to screens (something not easy in many emacs 
situations).

--8<---------------cut here---------------start------------->8---
   (use-package org-agenda
     :straight (:type built-in)
     :after org
     :custom
     (org-agenda-restriction-lock-highlight-subtree nil)
     (org-agenda-show-outline-path nil)
     (org-agenda-fontify-priorities nil)
     (org-agenda-restriction-lock-highlight-subtree nil)
     :custom-face
     (org-agenda-clocking ((t (:background "gold" :foreground "black"))))
     (org-agenda-dimmed-todo-face ((t (:foreground "dimgray"))))
     (org-agenda-calendar-event ((t (:inherit default))))
     (org-agenda-clocking ((t (:background "gold" :foreground "black"))))
     (org-agenda-current-time ((t (:background "blue2" :foreground "white 
smoke" :weight ultra-bold))))
     (org-agenda-dimmed-todo-face ((t (:foreground "dimgray"))))
     (org-agenda-done ((t (:inherit org-done :box (:line-width 2 :color 
"#00ff00" :style released-button)))))
     :bind (:map org-agenda-mode-map
                 ("p" . org-agenda-show-clocking-issues)
                 ("P" . tsa/org-appts))
     :config
     (add-hook 'org-agenda-mode-hook (lambda () (toggle-truncate-lines 1)))
     )
--8<---------------cut here---------------end--------------->8---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]