>>> >>> In this example, in order to work on, or even decide anything about >>> "Todo item 1", chances are that I'd also need to see the contents of >>> the "References" and "Notes" items ; so the tree I'd need to see in >>> the indirect buffer should have the *parent* of "Todo item 1" as root, >>> instead of "Todo item 1" itself. > > C-u 1 C-c C-x b > > in Todo item 1 should do. >
Hi, Bastien, thanks for your reply. Indeed, "C-u -1 C-c C-x b" is what I'm looking for. So, in a nutshell, I wish that, using the agenda with follow-mode on, hitting <up> or <down> would trigger (org-tree-to-indirect-buffer -1). -- Nicolas