From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Small issues.. Date: Sat, 6 Sep 2008 22:47:25 +0200 Message-ID: <69A56A9E-39DF-4073-80E5-A64844B5F27B@uva.nl> References: <87hc8txls9.fsf@sec.modprobe.de> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kc4gu-0000wP-GY for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 16:47:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kc4gs-0000wD-2R for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 16:47:31 -0400 Received: from [199.232.76.173] (port=45759 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc4gr-0000wA-Te for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 16:47:29 -0400 Received: from ug-out-1314.google.com ([66.249.92.169]:63331) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kc4gr-0005Y1-Hn for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 16:47:29 -0400 Received: by ug-out-1314.google.com with SMTP id k3so69657ugf.17 for ; Sat, 06 Sep 2008 13:47:28 -0700 (PDT) In-Reply-To: <87hc8txls9.fsf@sec.modprobe.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tom Rauchenwald Cc: emacs-orgmode@gnu.org 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. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode