On Wednesday, 8 Mar 2017 at 12:55, Alan Schmitt wrote: [...] > I would like to use `org-agenda-goto', but without splitting the frame. > In other words, I want to destination to be the one of > `org-agenda-goto', but the window handling to be the one of > `org-agenda-switch-to'. You could "advice" (advise in English :-) org-agenda-goto to delete other windows after invocation? Or, create a new function which invokes org-agenda-goto and then delete-other-windows and bind that to the key you want? -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D)