Sébastien Gendre <s...@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>