From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sean O'Halpin" Newsgroups: gmane.emacs.orgmode,gmane.emacs.help Subject: Re: Colorizing 'emacs-lisp' when it is exported? Date: Sun, 22 Dec 2013 23:49:04 +0000 Message-ID: References: <20131222160315.45d492c2@london> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1387756167 2987 80.91.229.3 (22 Dec 2013 23:49:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Dec 2013 23:49:27 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" , "emacs-orgmode@gnu.org" To: Sharon Kimble Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Mon Dec 23 00:49:34 2013 Return-path: Envelope-to: geo-emacs-orgmode@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vusm2-0000TV-VA for geo-emacs-orgmode@m.gmane.org; Mon, 23 Dec 2013 00:49:31 +0100 Original-Received: from localhost ([::1]:59770 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vusm2-0005xQ-KN for geo-emacs-orgmode@m.gmane.org; Sun, 22 Dec 2013 18:49:30 -0500 Original-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 Original-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 Original-Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:61828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vusle-0005bN-Ew; Sun, 22 Dec 2013 18:49:06 -0500 Original-Received: by mail-wg0-f41.google.com with SMTP id y10so8676640wgg.0 for ; Sun, 22 Dec 2013 15:49:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4hsnJqilOevJuSjTXUcrbgAblIm/XoDHNXay5OewFs4=; b=ouxrGZCScqX/USeoi05cZMR5oP3akv40bOdsHVTA3762TvA9aRR3I8RLOL0Af69RUs inXJX7gxNVzYTxVndgTMlE9iYH5T0WYQunGedqZ2FK4sjwMRcThsob+w+dZ9Fa2c8UYu P6Bzdb1e+l/ypM/5PsEomTff7cp8s/B/TEMwsRS89OnZveGZb22MVEMAqe9HINbZdMUk LNi8m1xxAUHvP0OzEyJcUWCGjsXY77hTcHi5vnodzPgKioFVpgdZnsbNFgrPFUEUKa5S 4xduBix6ZHO6TI8P/TFW2iw7mLXpJm0Yr5OpDqjwUyycv/4jL7dbXXo2Ghiji0r7vdKz STXg== X-Received: by 10.180.160.212 with SMTP id xm20mr16135621wib.33.1387756144939; Sun, 22 Dec 2013 15:49:04 -0800 (PST) Original-Received: by 10.194.39.104 with HTTP; Sun, 22 Dec 2013 15:49:04 -0800 (PST) In-Reply-To: <20131222160315.45d492c2@london> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::229 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.14 Precedence: list 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 Original-Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.orgmode:80069 gmane.emacs.help:95134 Archived-At: 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