emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Avoid lisp error with (org-deadline nil "+1d")
@ 2011-11-21 22:39 Peter Münster
  2011-11-22 22:45 ` Carsten Dominik
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Münster @ 2011-11-21 22:39 UTC (permalink / raw)
  To: emacs-orgmode

* 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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-02-18 20:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-21 22:39 [PATCH] Avoid lisp error with (org-deadline nil "+1d") Peter Münster
2011-11-22 22:45 ` Carsten Dominik
2011-11-23  6:14   ` Peter Münster
2011-11-23  6:36     ` Carsten Dominik
2011-11-23 20:59       ` Peter Münster
2011-11-23 21:13         ` Nick Dokos
2011-11-23 22:33           ` Peter Münster
2011-11-23 23:21             ` Nick Dokos
2012-02-18 20:34               ` Peter Münster

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).