[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Indirect follow mode in agenda: Display, edition and how to hide dra
From: |
Ihor Radchenko |
Subject: |
Re: Indirect follow mode in agenda: Display, edition and how to hide drawers |
Date: |
Sun, 15 Dec 2024 15:09:51 +0000 |
Sébastien Gendre <seb@k-7.ch> writes:
> I have launch `emacs -Q` and evaluate this on the *scratch* buffer:
>
> (setq org-agenda-files
> (list "~/Org/Inbox.org"
> "~/Org/Habits.org"))
>
> (setq org-agenda-start-with-follow-mode t)
>
> (setq org-agenda-follow-indirect t)
>
>
> I got the same result: Task show inside the indirect follow window show
> the logbook drawers expended.
I was able to reproduce.
This seems to be deliberate - `org-tree-to-indirect-buffer' explicitly
unfolds everything:
(org-fold-show-all '(headings drawers blocks))
We can change this, but then we will introduce a surprise to users, so I
am not sure what would be the best approach.
Maybe another customization?
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Indirect follow mode in agenda: Display, edition and how to hide drawers,
Ihor Radchenko <=