From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omid Subject: Re: src blocks not fontified Date: Fri, 06 Jun 2014 01:54:52 -0400 Message-ID: <539157AC.5060303@gmail.com> References: <538BA666.1000900@gmail.com> <538BAD46.8090204@gmail.com> <87d2epvn8q.fsf@alphaville.bos.redhat.com> <86ioofeby9.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wsn7D-0006IO-I0 for emacs-orgmode@gnu.org; Fri, 06 Jun 2014 01:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wsn79-0004w8-Od for emacs-orgmode@gnu.org; Fri, 06 Jun 2014 01:54:59 -0400 Received: from mail-qa0-x235.google.com ([2607:f8b0:400d:c00::235]:44315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wsn79-0004w4-KR for emacs-orgmode@gnu.org; Fri, 06 Jun 2014 01:54:55 -0400 Received: by mail-qa0-f53.google.com with SMTP id k15so2725682qaq.12 for ; Thu, 05 Jun 2014 22:54:55 -0700 (PDT) Received: from [10.0.0.2] (host-207-254.fltavth.clients.pavlovmedia.com. [68.234.207.254]) by mx.google.com with ESMTPSA id h13sm12396904yhd.35.2014.06.05.22.54.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Jun 2014 22:54:54 -0700 (PDT) In-Reply-To: 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 Here is the setq for the "usual places" (setq package-archives '(("original" . "http://tromey.com/elpa/") ("gnu" . "http://elpa.gnu.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/") ("marmalade" . "http://marmalade-repo.org/packages/"))) (package-initialize) Be aware that MELPA packages may not be as stable as others Omid Sent from my Emacs On 06/06/2014 01:51 AM, Shiyuan wrote: > What ELPA repos you are using? Could you show me the value of C-h > v package-archives? Thanks. > > > On Thu, Jun 5, 2014 at 6:13 AM, Sebastien Vauban > > wrote: > > Shiyuan wrote: > > I need to download the htmlize.el from the org-mode git repos > separately. > > After that, htmlize works magically and highlights the syntax in the > > resulting html without any extra markup. Thanks for the help. > > > > On Tue, Jun 3, 2014 at 11:53 AM, Nick Dokos > wrote: > > > >> Shiyuan > writes: > >> > >> > I can only find htmlfontify in ELPA, but not htmlize. Which ELPA > >> > repository will have htmlize? Or I need to install the .el file > >> > manually. I can find the htmlize.el in the following link, but not > >> > sure it's up to date. > >> > http://www.emacswiki.org/emacs-ja/htmlize.el. > >> > > >> > >> htmlize.el is included in the contrib/lisp directory of org (but > I'm not > >> sure if contrib is part of the ELPA org distribution - it is > available > >> if you get org from the git repo or from the tarball). The one I have > >> says: > >> > >> ,---- > >> | ;;; htmlize.el --- Convert buffer text and decorations to HTML. > >> | > >> | ;; Copyright (C) 1997-2013 Hrvoje Niksic > >> | > >> | ;; Author: Hrvoje Niksic > > >> | ;; Keywords: hypermedia, extensions > >> | ;; Version: 1.43 > >> `---- > > You can find it in ELPA. Mine: > > ╭──── > │ ;;; htmlize.el --- Convert buffer text and decorations to HTML. > │ > │ ;; Copyright (C) 1997-2003,2005,2006,2009,2011,2012 Hrvoje Niksic > │ > │ ;; Author: Hrvoje Niksic > > │ ;; Keywords: hypermedia, extensions > │ ;; Version: 20130207.1202 > │ ;; X-Original-Version: 1.47 > ╰──── > > Best regards, > Seb > > -- > Sebastien Vauban > > >