From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: hyperlink to customize
Date: Mon, 09 Dec 2013 16:14:53 -0500 [thread overview]
Message-ID: <87r49lloaa.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: loom.20131209T215348-485@post.gmane.org
Brady Trainor <algebrat@uw.edu> writes:
> As I climb the org-mode (and Emacs) learning curve, I like to have things
> like hyperlinks to frequently visited places available.
>
>
>
> I can link to info, but not sure how to link to the customize, er, mode?
> buffer?
>
>
>
> I assume I should consider it an external link, or anyways assume I should
> use the elisp:blah method from http://orgmode.org/manual/External-
> links.html#External-links.
>
>
>
> So, my naïve attempt is to use
>
>
>
> elisp:customize
>
>
>
> This does not work, any ideas? Custom links?
In Lisp, the form
(foo bar baz)
says: call the function foo with arguments bar and baz. To call the
customize function without arguments, you say
(customize)
so to call it from an elisp link, you say
[[elisp:(customize)]]
Calling arbitrary functions hidden behind links is potentially
dangerous, so org-babel will nag you before evaluating the form and only
carry out the evaluation if you answer the question positively.
Nick
next prev parent reply other threads:[~2013-12-09 21:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-09 21:01 hyperlink to customize Brady Trainor
2013-12-09 21:14 ` Nick Dokos [this message]
2013-12-09 21:40 ` Brady Trainor
2013-12-09 22:06 ` Nick Dokos
2013-12-10 1:56 ` Brady Trainor
2013-12-10 15:41 ` Nick Dokos
2013-12-10 20:10 ` Brady Trainor
2013-12-10 21:23 ` Brady Trainor
2013-12-10 22:17 ` Nick Dokos
2013-12-11 5:57 ` Brady Trainor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r49lloaa.fsf@alphaville.bos.redhat.com \
--to=ndokos@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).