CD> I have released version 4.74 of Org-mode at CD> http://www.astro.uva.nl/~dominik/Tools/org/ 1. I got org-mode from http://staff.science.uva.nl/~dominik/Tools/org/org-4.74.tar.gz 2. I configure agenda export as follows: (setq org-agenda-exporter-settings '((htmlize-output-type 'inline-css))) (setq org-agenda-custom-commands '(("w" todo "WAITING" nil ("agenda-waiting.html")) ("n" todo "NEXT" nil ("agenda-next.html")) ("f" todo "FREEZED" nil ("agenda-freezed.html")) ("d" "Agenda + NEXT" ((agenda) (todo "NEXT")) ("agenda+next.html")) ("c" agenda "" nil ("agenda-current.html")) ("I" "Ilnar tasks" ((tags "ilnar")) nil ("ilnar-tasks.html")) ("R" "rk tasks" ((tags "rk")) nil ("rk-tasks.html")) )) 3. Now when I press C-c a e, error appears (full errmessage in attach): Debugger entered--Lisp error: (void-variable nosettings) (org-write-agenda "agenda-waiting.html" nosettings) Additional info: 1. When I use C-x C-w in agenda buffer, I get another error (full errmessage in second attach): Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) insert(nil 10 "\n" "\n \n" " " "*Org Agenda*" "\n" "" "") 2. My emacs version is: GNU Emacs 22.0.95.1 (i486-pc-linux-gnu, GTK+ Version 2.8.20) of 2007-03-03 on pacem, modified by Debian 3. My org-file looks like this: ################################################### # Work tasks of QAA Team and personally rk. # # Paradigm: # * tags indicates: # * responsible peoples # * kind of task: attestation task or not # * seq_todo indicates state of task # * category uses for projects scope showing # #Some settings of org-mode follows: #+STARTUP: lognotestate #+STARTUP: showall #+TAGS: { rk(r) sveta(s) kir(k) zalomlenkov(z) ilnar(i) sgunkin(g) const(c) max(m) ikryak(v) } ATT #+SEQ_TODO: NEW NEXT RESCHEDULED | DONE CANCELED #+SEQ_TODO: WAITING SOMEDAY | CANCELED #+SEQ_TODO: FREEZED | CANCELED #+LINK: wiki http://trac.qa.plesk.ru:8080/wiki/ #+TITLE: QAA Tasks #+AUTHOR: rk #+EMAIL: rk@plesk.ru #+LANGUAGE: ru #+OPTIONS: H:4 num:t toc:t \n:nil @:t ::t |:t ^:t *:t TeX:t LaTeX:nil skip:t ################################################### #+CATEGORY: Incoming * Incoming ** NEW Task example 1 :rk: DEADLINE: <2007-05-10 þÔ×> #+CATEGORY: General * General ** NEXT Task example 2 :rk: DEADLINE: <2007-05-11 ðÔÎ> 4. Other org-configuration things: (setq org-return-follows-link t) (setq org-log-done '(done)) (define-key global-map "\C-cl" 'org-store-link) (define-key global-map "\C-ca" 'org-agenda) (setq org-agenda-files (list "~/work/doc/tasks/work.org")) (setq org-export-html-style "") (setq org-agenda-include-all-todo t) (setq org-fontify-done-headline t) (setq org-export-mark-todo-in-toc t) 5. Attaches with errors: