From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Is there an environment for Org syntax? Date: Sat, 15 Mar 2014 00:44:08 -0400 Message-ID: <87bnx88413.fsf@kmlap.domain.org> References: <1187822931.636304.1394835216554.JavaMail.zimbra@ittc.ku.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOgSJ-0002F1-P7 for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 00:44:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOgSC-0007N8-Fm for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 00:44:19 -0400 Received: from mail-qg0-f41.google.com ([209.85.192.41]:60169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOgSC-0007N2-Bh for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 00:44:12 -0400 Received: by mail-qg0-f41.google.com with SMTP id i50so10012635qgf.0 for ; Fri, 14 Mar 2014 21:44:11 -0700 (PDT) In-Reply-To: <1187822931.636304.1394835216554.JavaMail.zimbra@ittc.ku.edu> (Phil Regier's message of "Fri, 14 Mar 2014 17:13:36 -0500 (CDT)") 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: Phil Regier Cc: Fletcher Charest , emacs-orgmode@gnu.org On 03/14/14 18:13, Phil Regier wrote: [...] > I think there are syntax highlighting export extensions in the wild > (just search the web for something like 'org export syntax > highlighting' to see a diverse collection of proposed solutions; > Pygments appears to be a common theme, though I know nothing about > it), but AFAIK they are not distributed with Org at this time. Another option for syntax highlighting in HTML is htmlize. After installing htmlize, =(require 'htmlize)= should be all that's needed. -- Kyle Meyer