[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] hyperlink to customize
From: |
Brady Trainor |
Subject: |
Re: [O] hyperlink to customize |
Date: |
Tue, 10 Dec 2013 20:10:37 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
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.
- [O] hyperlink to customize, Brady Trainor, 2013/12/09
- Re: [O] hyperlink to customize, Nick Dokos, 2013/12/09
- Re: [O] hyperlink to customize, Brady Trainor, 2013/12/09
- Re: [O] hyperlink to customize, Nick Dokos, 2013/12/09
- Re: [O] hyperlink to customize, Brady Trainor, 2013/12/09
- Re: [O] hyperlink to customize, Nick Dokos, 2013/12/10
- Re: [O] hyperlink to customize,
Brady Trainor <=
- Re: [O] hyperlink to customize, Brady Trainor, 2013/12/10
- Re: [O] hyperlink to customize, Nick Dokos, 2013/12/10
- Re: [O] hyperlink to customize, Brady Trainor, 2013/12/11