Re: [Orgmode] Agenda export to html error

2009-07-12 Thread Eric S Fraga
At Sun, 12 Jul 2009 23:47:12 +0200, Nicolas Goaziou wrote: > (setq load-path > (append (list >"~/.emacs.d/elisp" >"~/.emacs.d/elisp/yasnippet-0.5.10" >"~/.emacs.d/elisp/magit" >"~/.emacs.d/elisp/org-mode/lisp" >"

Re: [Orgmode] Agenda export to html error

2009-07-12 Thread Nicolas Goaziou
Nick Dokos writes: > Well, you are appending your stuff at the end of whatever emacs sets it to, > so it prefers *its* directories over yours. Understood. This new load-path is better then : (setq load-path (append (list "~/.emacs.d/elisp" "~/.emacs.d/elisp/

Re: [Orgmode] Agenda export to html error

2009-07-12 Thread Nick Dokos
Nicolas Goaziou wrote: > Nick Dokos writes: > > > Check your load-path - sometimes, packages take too many freedoms with > > it. > > Here is my load-path : > > (setq load-path > (append load-path > (list >"~/.emacs.d/elisp" >"~/.emacs.d/etc"

Re: [Orgmode] Agenda export to html error

2009-07-12 Thread Nicolas Goaziou
Nick Dokos writes: > Check your load-path - sometimes, packages take too many freedoms with > it. Here is my load-path : (setq load-path (append load-path (list "~/.emacs.d/elisp" "~/.emacs.d/etc" "~/.emacs.d/elisp/yasnippet-0.5.1

Re: [Orgmode] Agenda export to html error

2009-07-12 Thread Nick Dokos
Nicolas Goaziou wrote: > ... > > Though, I still wonder why htmlize.elc in /usr was taking precedence > over the one in the contrib directory, even after I had compiled it. > Check your load-path - sometimes, packages take too many freedoms with it. locate-library is also useful to see from w

Re: [Orgmode] Agenda export to html error

2009-07-12 Thread Nicolas Goaziou
Dan Davison writes: > I think this is caused by a problem with an Emacs component called > htmlize, when used on Emacs 23 (are you using Emacs 23?). I am. > (add-to-list 'load-path "location/of/org-mode/contrib/lisp") > (require 'htmlize) Well, after putting that in my .emacs, byte-compiling

Re: [Orgmode] Agenda export to html error

2009-07-12 Thread Dan Davison
Nicolas Goaziou writes: > Hello, > > When I try to export my agenda view to html (C-x C-w test.html), I get > an "Invalid face" error in the minibuffer and no output file. The > Message buffer tells me "face-attribute: Invalid face". > > Exporting to postscript works well though. > > I have tried