[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Org-agenda follow and narrow
From: |
Ihor Radchenko |
Subject: |
Re: Org-agenda follow and narrow |
Date: |
Sun, 01 Sep 2024 18:00:30 +0000 |
Sébastien Gendre <seb@k-7.ch> writes:
> That exactly what I was searching for.
>
> Is it possible to fix the size of the new window ?
> When it open a habit task, because of the logbook, the new window is soo
> big that it make the agenda no more visible.
You can configure everything via `display-buffer-alist'.
Here is an example entry I use for *Warnings* buffer:
("\\*Warnings\\*" display-buffer-at-bottom (window-height . 0.3))
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- Re: Org-agenda follow and narrow,
Ihor Radchenko <=