From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: linking to emacs info nodes? Multiline comments? Date: Mon, 19 Apr 2010 17:09:51 +0200 Message-ID: <871veb1nsw.fsf@gmx.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3sbt-0000bS-6A for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 11:10:05 -0400 Received: from [140.186.70.92] (port=46694 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3sbr-0000Zo-CG for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 11:10:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3sbp-0002iV-M0 for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 11:10:03 -0400 Received: from mail.gmx.net ([213.165.64.20]:49298) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O3sbo-0002hR-KY for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 11:10:01 -0400 In-Reply-To: (LanX's message of "Mon, 19 Apr 2010 16:26:13 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: LanX Cc: emacs-orgmode@gnu.org LanX 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