emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dan Davison <davison@stats.ox.ac.uk>
To: LanX <lanx.perl@googlemail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: linking to emacs info nodes? Multiline comments?
Date: Mon, 19 Apr 2010 10:52:46 -0400	[thread overview]
Message-ID: <87aaszlcjl.fsf@stats.ox.ac.uk> (raw)
In-Reply-To: <u2pec36f5051004190726n90d16198yda9e2bc5eef2e178@mail.gmail.com> (LanX's message of "Mon, 19 Apr 2010 16:26:13 +0200")

LanX <lanx.perl@googlemail.com> writes:

> Hi
>
> is there an easy way to insert links to the emacs info manuals?
>
> the following works for commands only
>
> [[elisp:(Info-goto-emacs-command-node "Info-goto-emacs-command-node")][Info
> goto emacs command node]]


Hi Rolf,

Org has links to Info already. In an info buffer use org-store-link
(often bound to C-c l), then back in org use C-c C-l (org-insert-link).

>
> BTW: whats the recommended way to insert multi-line comments in elisp code?

elisp doesn't have any special mechanism other than ; at beginning of
line. But you know about M-; and M-q? Select a region of multiple lines,
M-; comments it all out (or uncomments if commented), M-q tidies it up,
keeping comment chars in correct place.

Dan

>
> ATM I'm assigning a string to a dummy variable, with the drawback that
> doublequotes are forbidden:
>
> (setq org "
>   yadda yadda
> ")
>
> Thanks for any help :)
>   Rolf
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2010-04-19 14:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-19 14:26 linking to emacs info nodes? Multiline comments? LanX
2010-04-19 14:52 ` Dan Davison [this message]
2010-04-19 15:00 ` Nick Dokos
2010-04-19 15:09 ` Sebastian Rose
2010-04-19 15:22   ` LanX
2010-04-20 16:12     ` Nick Dokos
2010-04-20 18:04       ` Carsten Dominik

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=87aaszlcjl.fsf@stats.ox.ac.uk \
    --to=davison@stats.ox.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=lanx.perl@googlemail.com \
    /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).