emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastian Rose <sebastian_rose@gmx.de>
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 17:09:51 +0200	[thread overview]
Message-ID: <871veb1nsw.fsf@gmx.de> (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?

I do it this way:

1.  C-h i
2.  Navigate to the desirec node
3.  C-c l
4.  Switch to the Org-mode buffer I want to insert the info link in.
5.  C-c C-l UP RET RET


On my system
       `C-c l'   is bound to `org-store-link'
   and `C-c C-l' is bound to `org-insert-link'.

I think those are the defaults, but you might need to set `C-c l'
globally to make it work in any mode.


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

There no special multiline comments.


> ATM I'm assigning a string to a dummy variable, with the drawback that
> doublequotes are forbidden:
>
> (setq org "
>   yadda yadda
> ")


 (setq org "\n   yadda yadda\n ")




HTH

  Sebastian

  parent reply	other threads:[~2010-04-19 15:10 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
2010-04-19 15:00 ` Nick Dokos
2010-04-19 15:09 ` Sebastian Rose [this message]
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=871veb1nsw.fsf@gmx.de \
    --to=sebastian_rose@gmx.de \
    --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).