[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [PATCH] Avoid lisp error with (org-deadline nil "+1d")
From: |
Peter Münster |
Subject: |
[O] [PATCH] Avoid lisp error with (org-deadline nil "+1d") |
Date: |
Mon, 21 Nov 2011 23:39:39 +0100 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux) |
* lisp/org.el (parse-time-weekdays): Must not be void.
TINYCHANGE
---
lisp/org.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 253703b..41d418a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15229,7 +15229,7 @@ user."
(setq org-read-date-analyze-futurep futurep)
(list second minute hour day month year)))
-(defvar parse-time-weekdays)
+(defvar parse-time-weekdays nil)
(defun org-read-date-get-relative (s today default)
"Check string S for special relative date string.
--
1.7.3.4
- [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d"),
Peter Münster <=
- Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d"), Carsten Dominik, 2011/11/22
- Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d"), Peter Münster, 2011/11/23
- Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d"), Carsten Dominik, 2011/11/23
- Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d"), Peter Münster, 2011/11/23
- Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d"), Nick Dokos, 2011/11/23
- Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d"), Peter Münster, 2011/11/23
- Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d"), Nick Dokos, 2011/11/23