diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6d15ffe8..f42e4c604 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-11-18 Carsten Dominik + + * org-agenda.el (org-agenda-remove-date): Remove variable. + 2009-11-17 Carsten Dominik * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 261991445..1e3b3f5af 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -2970,7 +2970,6 @@ When EMPTY is non-nil, also include days without any entries." (defvar org-starting-day nil) ; local variable in the agenda buffer (defvar org-agenda-span nil) ; local variable in the agenda buffer (defvar org-include-all-loc nil) ; local variable -(defvar org-agenda-remove-date nil) ; dynamically scoped FIXME: not used??? ;;;###autoload (defun org-agenda-list (&optional include-all start-day ndays) diff --git a/lisp/org.el b/lisp/org.el index 74540276d..20477d634 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -13122,7 +13122,7 @@ user." deltadef (nth 2 delta))) ;; Check if there is an iso week date in there - ;; If yes, sore the info and postpone interpreting it until the rest + ;; If yes, store the info and postpone interpreting it until the rest ;; of the parsing is done (when (string-match "\\<\\(?:\\([0-9]+\\)-\\)?[wW]\\([0-9]\\{1,2\\}\\)\\(?:-\\([0-6]\\)\\)?\\([ \t]\\|$\\)" ans) (setq iso-year (if (match-end 1) (org-small-year-to-year (string-to-number (match-string 1 ans))))