emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Possible bug in Org-mode version 4.74


From: Ruslan Kosolapov
Subject: [Orgmode] Possible bug in Org-mode version 4.74
Date: Mon, 21 May 2007 11:51:58 +0700
User-agent: No Gnus v0.6 on Emacs/22.0.94.1 (i486-pc-linux-gnu)

 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 "<!-- Created by htmlize-1.30 in inline-css mode. -->\n" 
"<html>\n  <head>\n" "    <title>" "*Org Agenda*" "</title>\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:     address@hidden
#+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 "<link rel=stylesheet href=\"style.css\" 
type=\"text/css\">")
(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:

Attachment: debug-orgmode
Description: Binary data

Attachment: debug-orgmode-2
Description: Binary data



PS: sorry, I have no time for deep investigation now :(

-- 
Ruslan Kosolapov
Plesk QA Department Second Manager
SWsoft, Inc.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]