emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ihor Radchenko <yantar92@posteo.net>
To: "Sébastien Gendre" <seb@k-7.ch>
Cc: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: Indirect follow mode in agenda: Display, edition and how to hide drawers
Date: Sun, 15 Dec 2024 15:09:51 +0000	[thread overview]
Message-ID: <87pllt7zk0.fsf@localhost> (raw)
In-Reply-To: <878qtg86v9.fsf@k-7.ch>

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>


  reply	other threads:[~2024-12-15 15:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-05  8:02 Indirect follow mode in agenda: Display, edition and how to hide drawers Sébastien Gendre
2024-11-05  9:22 ` Kristoffer Balintona
2024-11-05 21:15   ` Karthik Chikmagalur
2024-11-08 15:05     ` Sébastien Gendre
2024-11-08 14:59   ` Sébastien Gendre
2024-11-10 23:34 ` Sébastien Gendre
2024-11-11  0:09   ` Sébastien Gendre
2024-11-11 17:59     ` Ihor Radchenko
2024-11-12  0:30       ` Sébastien Gendre
2024-11-12 19:17         ` Ihor Radchenko
2024-11-18 23:22           ` Sébastien Gendre
2024-12-15 15:09             ` Ihor Radchenko [this message]
2024-12-15 15:28 ` May we have a variant of display-buffer-reuse-window that considers indirect buffers? (was: Indirect follow mode in agenda: Display, edition and how to hide drawers) Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pllt7zk0.fsf@localhost \
    --to=yantar92@posteo.net \
    --cc=emacs-orgmode@gnu.org \
    --cc=seb@k-7.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).