[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] src blocks not fontified
From: |
Omid |
Subject: |
Re: [O] src blocks not fontified |
Date: |
Fri, 06 Jun 2014 01:54:52 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
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
> <address@hidden <mailto:address@hidden>> 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 <address@hidden
> <mailto:address@hidden>> wrote:
> >
> >> Shiyuan <address@hidden <mailto:address@hidden>> 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 <address@hidden
> <mailto:address@hidden>>
> >> | ;; 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 <address@hidden
> <mailto:address@hidden>>
> │ ;; Keywords: hypermedia, extensions
> │ ;; Version: 20130207.1202
> │ ;; X-Original-Version: 1.47
> ╰────
>
> Best regards,
> Seb
>
> --
> Sebastien Vauban
>
>
>
- [O] src blocks not fontified, Shiyuan, 2014/06/01
- Re: [O] src blocks not fontified, Omid, 2014/06/01
- Re: [O] src blocks not fontified, Shiyuan, 2014/06/01
- Re: [O] src blocks not fontified, Omid, 2014/06/01
- Re: [O] src blocks not fontified, Shiyuan, 2014/06/03
- Re: [O] src blocks not fontified, Nick Dokos, 2014/06/03
- Re: [O] src blocks not fontified, Shiyuan, 2014/06/05
- Re: [O] src blocks not fontified, Sebastien Vauban, 2014/06/05
- Re: [O] src blocks not fontified, Shiyuan, 2014/06/06
- Re: [O] src blocks not fontified,
Omid <=
- Re: [O] src blocks not fontified, Sebastien Vauban, 2014/06/06