emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* agenda export error
@ 2009-04-22 20:21 Eraldo Helal
  2009-04-22 20:48 ` Nick Dokos
  0 siblings, 1 reply; 5+ messages in thread
From: Eraldo Helal @ 2009-04-22 20:21 UTC (permalink / raw)
  To: Org-Mode


[-- Attachment #1.1: Type: text/plain, Size: 158 bytes --]

I get the following error when trying to export my agenda:

> org-write-agenda: Cannot open load file: htmlize


Any idea how to fix this?

Greetings,
Eraldo

[-- Attachment #1.2: Type: text/html, Size: 327 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: agenda export error
  2009-04-22 20:21 agenda export error Eraldo Helal
@ 2009-04-22 20:48 ` Nick Dokos
  2009-04-23  0:49   ` Eraldo Helal
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Dokos @ 2009-04-22 20:48 UTC (permalink / raw)
  To: Eraldo Helal; +Cc: Org-Mode

Eraldo Helal <office@eraldo.at> wrote:

> I get the following error when trying to export my agenda:
> 
> > org-write-agenda: Cannot open load file: htmlize
> 
> 
> Any idea how to fix this?
> 

Get htmlize.el from

    http://www.emacswiki.org/emacs/htmlize.el

install it somewhere in your load-path and (optionally) byte-compile it.

This version includes Carsten's fixes for face properties, making it
compatibel with Emacs 23 (as well as older versions).

HTH,
Nick

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: agenda export error
  2009-04-22 20:48 ` Nick Dokos
@ 2009-04-23  0:49   ` Eraldo Helal
  2009-04-23  1:56     ` Nick Dokos
  0 siblings, 1 reply; 5+ messages in thread
From: Eraldo Helal @ 2009-04-23  0:49 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: Org-Mode


[-- Attachment #1.1: Type: text/plain, Size: 738 bytes --]

On Wed, Apr 22, 2009 at 22:48, Nick Dokos <nicholas.dokos@hp.com> wrote:

> Eraldo Helal <office@eraldo.at> wrote:
>
> > I get the following error when trying to export my agenda:
> >
> > > org-write-agenda: Cannot open load file: htmlize
> >
> >
> > Any idea how to fix this?
> >
>
> Get htmlize.el from
>
>    http://www.emacswiki.org/emacs/htmlize.el
>
> install it somewhere in your load-path and (optionally) byte-compile it.
>
> This version includes Carsten's fixes for face properties, making it
> compatibel with Emacs 23 (as well as older versions).
>
> HTH,
> Nick
>

So, I guess htmlize.el is not part of org-mode.
Is there a way of keeping uptodate with this file?
Will it survive when I do my git pull, etc?

Thank's
Eraldo

[-- Attachment #1.2: Type: text/html, Size: 1287 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: agenda export error
  2009-04-23  0:49   ` Eraldo Helal
@ 2009-04-23  1:56     ` Nick Dokos
  2009-04-23  2:32       ` Eraldo Helal
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Dokos @ 2009-04-23  1:56 UTC (permalink / raw)
  To: Eraldo Helal; +Cc: Org-Mode

Eraldo Helal <office@eraldo.at> wrote:


> On Wed, Apr 22, 2009 at 22:48, Nick Dokos <nicholas.dokos@hp.com> wrote:
> 
> > Eraldo Helal <office@eraldo.at> wrote:
> >
> > > I get the following error when trying to export my agenda:
> > >
> > > > org-write-agenda: Cannot open load file: htmlize
> > >
> > >
> > > Any idea how to fix this?
> > >
> >
> > Get htmlize.el from
> >
> >    http://www.emacswiki.org/emacs/htmlize.el
> >
> > install it somewhere in your load-path and (optionally) byte-compile it.
> >
> > This version includes Carsten's fixes for face properties, making it
> > compatibel with Emacs 23 (as well as older versions).
> >

> So, I guess htmlize.el is not part of org-mode.
> Is there a way of keeping uptodate with this file?
> Will it survive when I do my git pull, etc?
> 

No, it's fine - Carsten got permission from Hrvoje Niksic (the author of
htmlize.el) to include it in the contrib/lisp/ directory of org-mode. So
you don't need to get it from emacswiki: my apologies for misleading
you - I forgot about Carsten's mail.  Here's the link to the email:

   http://article.gmane.org/gmane.emacs.orgmode/12956/match=hrvoje

Nick

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: agenda export error
  2009-04-23  1:56     ` Nick Dokos
@ 2009-04-23  2:32       ` Eraldo Helal
  0 siblings, 0 replies; 5+ messages in thread
From: Eraldo Helal @ 2009-04-23  2:32 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: Org-Mode


[-- Attachment #1.1: Type: text/plain, Size: 636 bytes --]

>
>
> > So, I guess htmlize.el is not part of org-mode.
> > Is there a way of keeping uptodate with this file?
> > Will it survive when I do my git pull, etc?
> >
>
> No, it's fine - Carsten got permission from Hrvoje Niksic (the author of
> htmlize.el) to include it in the contrib/lisp/ directory of org-mode. So
> you don't need to get it from emacswiki: my apologies for misleading
> you - I forgot about Carsten's mail.  Here's the link to the email:
>
>   http://article.gmane.org/gmane.emacs.orgmode/12956/match=hrvoje
>
> Nick


Yep it is there... but I still get the error message.
How can I get it to work? Load it in .emacs?

[-- Attachment #1.2: Type: text/html, Size: 1067 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-23  2:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-22 20:21 agenda export error Eraldo Helal
2009-04-22 20:48 ` Nick Dokos
2009-04-23  0:49   ` Eraldo Helal
2009-04-23  1:56     ` Nick Dokos
2009-04-23  2:32       ` Eraldo Helal

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).