From: pmlists@free.fr (Peter Münster)
To: emacs-orgmode@gnu.org
Subject: [PATCH] Avoid lisp error with (org-deadline nil "+1d")
Date: Mon, 21 Nov 2011 23:39:39 +0100 [thread overview]
Message-ID: <871ut1hzh0.fsf@micropit.couberia.bzh> (raw)
* 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
next reply other threads:[~2011-11-21 22:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-21 22:39 Peter Münster [this message]
2011-11-22 22:45 ` [PATCH] Avoid lisp error with (org-deadline nil "+1d") 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871ut1hzh0.fsf@micropit.couberia.bzh \
--to=pmlists@free.fr \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).