Re: [tip for EXWM users] An alternative method for isolate trees

2021-03-02 Thread Julian M. Burgos
Hi Kyle, You are right. When running emacs without my personal config things work as described in the manual. I should have verified that first. My best, Julian Kyle Meyer writes: > Julian M. Burgos writes: > >> I have not noticed that org-tree-to-indirect-buffer >> reuses the indirect buffe

Re: [tip for EXWM users] An alternative method for isolate trees

2021-03-01 Thread Kyle Meyer
Julian M. Burgos writes: > I have not noticed that org-tree-to-indirect-buffer > reuses the indirect buffer when you call it for a second time. > According to the manual, "with a C-u prefix, do not remove the > previously used indirect buffer", but that does not seem to work. > When you do Cu-Cc-C

Re: [tip for EXWM users] An alternative method for isolate trees

2021-03-01 Thread Juan Manuel Macías
Hi Julian, "Julian M. Burgos" writes: > This does not seem to be a limitation from emacs, as it is possible to > open multiple indirect buffers from a base buffer, using for example > clone-indirect-buffer. So it should be possible to make a function > combining "clone-indirect-buffer" and "org-

Re: [tip for EXWM users] An alternative method for isolate trees

2021-03-01 Thread Julian M. Burgos
Hi Juan, You are right. :) I have not noticed that org-tree-to-indirect-buffer reuses the indirect buffer when you call it for a second time. According to the manual, "with a C-u prefix, do not remove the previously used indirect buffer", but that does not seem to work. When you do Cu-Cc-Cx-b

Re: [tip for EXWM users] An alternative method for isolate trees

2021-03-01 Thread Juan Manuel Macías
Hi Julian, thanks for your comment. "Julian M. Burgos" writes: > Thank you, although I tested your functions and compared with the > original org-tree-to-indirect-buffer, the only difference I see is > that your function creates a new exwm workspace. The original function > already creates indir

Re: [tip for EXWM users] An alternative method for isolate trees

2021-03-01 Thread Julian M. Burgos
Hi Juan Manuel, Thank you, although I tested your functions and compared with the original org-tree-to-indirect-buffer, the only difference I see is that your function creates a new exwm workspace. The original function already creates indirect buffers with their own names (using a slash inste

[tip for EXWM users] An alternative method for isolate trees

2021-03-01 Thread Juan Manuel Macías
Hi, Since EXWM uses Emacs frames as virtual desktops, I have written this alternative method of `org-tree-to-indirect-buffer', which I share here. With this method I can have several isolated trees, with their own name, and access them quickly (with helm-buffer-list, for example): #+begin_src ema