From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: linking to emacs info nodes? Multiline comments? Date: Mon, 19 Apr 2010 10:52:46 -0400 Message-ID: <87aaszlcjl.fsf@stats.ox.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3sLL-0004NX-A2 for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 10:52:59 -0400 Received: from [140.186.70.92] (port=36619 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3sLG-0004NA-0Z for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 10:52:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3sLD-0006uk-Lz for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 10:52:53 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:62502) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3sLD-0006uZ-Dw for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 10:52:51 -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? > > the following works for commands only > > [[elisp:(Info-goto-emacs-command-node "Info-goto-emacs-command-node")][In= fo > 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 cod= e? 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 " > =C2=A0 yadda yadda > ") > > Thanks for any help :) > =C2=A0 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