From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: Re: Long lines prevent Org mode! Date: Wed, 08 Jan 2014 07:29:52 -0500 Message-ID: <87ob3mslkv.fsf@iro.umontreal.ca> References: <87txdfw9ij.fsf@iro.umontreal.ca> <87d2k313wc.fsf@gmail.com> <87ha9fvyjm.fsf@iro.umontreal.ca> <86sisyesr5.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0sGn-0002uY-CF for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 07:30:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0sGh-000645-E3 for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 07:30:01 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:61953 helo=mercure.progiciels-bpi.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0sGh-000641-9D for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 07:29:55 -0500 In-Reply-To: <86sisyesr5.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 08 Jan 2014 10:18:38 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Sebastien Vauban" writes: > Using `C-c C-v C-d' to demarcate your region as code, and give the > language, you'll get a nice highlighting of the code inside Gnus You mean that demarcated code #+BEGIN_SRC elisp ((lambda (x y) (+ x y))(length "abc") 2) #+END_SRC will be automatically shown nicely by Gnus? Trying it right in this message! :-) > (for the readers): that was on my first real patch for Org (in fact, > for Gnus), back in November 2010 or so. A nice one then! Thanks! Fran=C3=A7ois