Sfoglia il codice sorgente

Minor fixes

Patch by Noorul Islam.
Carsten Dominik 15 anni fa
parent
commit
3cdff230dd
3 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 4 0
      lisp/ChangeLog
  2. 0 1
      lisp/org-agenda.el
  3. 1 1
      lisp/org.el

+ 4 - 0
lisp/ChangeLog

@@ -1,3 +1,7 @@
+2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
+
+	* org-agenda.el (org-agenda-remove-date): Remove variable.
+
 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.

+ 0 - 1
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)

+ 1 - 1
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))))