mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-31 11:13:59 +00:00
Minor fixes
Patch by Noorul Islam.
This commit is contained in:
parent
54889df12d
commit
3cdff230dd
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user