emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Small issues..


From: Carsten Dominik
Subject: Re: [Orgmode] Small issues..
Date: Sat, 6 Sep 2008 22:47:25 +0200

Thanks.

- Carsten

On Sep 6, 2008, at 6:48 PM, Tom Rauchenwald wrote:

Hi,

I found two small issues with org-mode from git.

First one is a typo of org-scheduled.

The second one is that org turns on debug-on-error, not sure if I missed
where it is turned off again.

Tom

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 5c54a8d..3904876 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -3521,7 +3521,7 @@ FRACTION is what fraction of the head-warning time has passed."
                      (cond
                       (pastschedp 'org-scheduled-previously)
                       (todayp 'org-scheduled-today)
-                      (t 'org-schduled)))
+                      (t 'org-scheduled)))
                (org-add-props txt props
                  'undone-face face
                  'face (if donep 'org-done face)
diff --git a/lisp/org.el b/lisp/org.el
index 66ae14d..e465e46 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -12239,7 +12239,6 @@ When a buffer is unmodified, it is just killed. When modified, it is saved
              (add-text-properties
               (match-beginning 0) (org-end-of-subtree t) pc)))
          (set-buffer-modified-p bmp))))
-    (setq debug-on-error t)
   (setq org-todo-keyword-alist-for-agenda
          (org-uniquify org-todo-keyword-alist-for-agenda)
          org-tag-alist-for-agenda (org-uniquify org-tag-alist-for-agenda))))





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





reply via email to

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