I work with my frame split into two windows. I have two org-mode files open, each with subtrees I want to display in isolation.
I can do this successfully with a single subtree by navigating to Heading 1 in file-1.org and invoking the command org-tree-to-indirect-buffer.
But when I go to the second file in the second frame, navigate to the heading I want, and execute org-tree-to-indirect-buffer on that tree, it displays that subtree, BUT - in the first frame, it also unfocuses my subtree back to the main file.
How do I simultaneously view two subtrees in two separate files?