LanX <lanx.p...@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


_______________________________________________
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 via email to