Nick Dokos <ndokos <at> gmail.com> writes:
> > Brady Trainor <algebrat <at> uw.edu> writes: > > synopsis: want (clickable) customize to open in a new frame > > > > Fiddling with the following variable may help (NB: untested, > and no time to dig, so I may be leading you up the garden path): > > ,---- > | org-link-frame-setup is a variable defined in `org.el'. ... > > Nick > > Thank you Nick! Last night I received an email (from a gmaner) with a working solution: [[elisp:(with-selected-frame (get-other-frame) (customize))]] (I add a `[customize]` label). To try to hypothesize how I might have put this together, I was close, as original post mentioned Input Focus in the Emacs Lisp documentation. That page links to Selecting Windows, where we find the main function that I was missing. I think I'll Pandoc the manual into org to practice the manual's navigation.