emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: "Peter Münster" <pmlists@free.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Avoid lisp error with (org-deadline nil "+1d")
Date: Tue, 22 Nov 2011 23:45:22 +0100	[thread overview]
Message-ID: <AE75BADE-33DB-4E9B-B91A-5CD5E3B06447@gmail.com> (raw)
In-Reply-To: <871ut1hzh0.fsf@micropit.couberia.bzh>


On 21.11.2011, at 23:39, Peter Münster wrote:

> * 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)

This is not allowed, we cannot define a variable defined in another package.
Can you send a backtrace of the error, please?

- Carsten

> 
> (defun org-read-date-get-relative (s today default)
>   "Check string S for special relative date string.
> -- 
> 1.7.3.4
> 
> 
> 

  reply	other threads:[~2011-11-22 22:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-21 22:39 [PATCH] Avoid lisp error with (org-deadline nil "+1d") Peter Münster
2011-11-22 22:45 ` Carsten Dominik [this message]
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=AE75BADE-33DB-4E9B-B91A-5CD5E3B06447@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=pmlists@free.fr \
    /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).