From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: Re: Colorizing 'emacs-lisp' when it is exported? Date: Sun, 22 Dec 2013 23:49:04 +0000 Message-ID: References: <20131222160315.45d492c2@london> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vuslf-0005al-J9 for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 18:49:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vusle-0005bS-Lg for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 18:49:07 -0500 In-Reply-To: <20131222160315.45d492c2@london> 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: Sharon Kimble Cc: "help-gnu-emacs@gnu.org" , "emacs-orgmode@gnu.org" On Sun, Dec 22, 2013 at 4:03 PM, Sharon Kimble wrote: > Thanks to auntie google I've found out how to keep the formatting of > elisp on export to html using '#+BEGIN_SRC emacs-lisp' at the beginning > of the code block, and '#+END_SRC' at the end. Whilst its in .emacs its > nicely colorized, but how do I colorize the output when its been > exported please? For once, google has drawn a blank, unfortunately! > > Sharon. Have you set this? (setq org-src-fontify-natively t) Regards, Sean