emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] linking to emacs info nodes? Multiline comments?


From: Dan Davison
Subject: Re: [Orgmode] linking to emacs info nodes? Multiline comments?
Date: Mon, 19 Apr 2010 10:52:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

LanX <address@hidden> 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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]