emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Mikael Fornius <mfo@abc.se>
Cc: emacs-orgmode@gnu.org
Subject: Re: Org-mode version 6.31trans (release_6.31.33.ge59e.dirty); org-time-stamp problem with fix
Date: Wed, 7 Oct 2009 08:13:59 +0200	[thread overview]
Message-ID: <A98A6262-3EBA-4ED3-B0BE-994A61776F34@gmail.com> (raw)
In-Reply-To: <873a5w9u21.fsf@eee.in>

Thanks for catchicng this, Mikael.

I have applied your patch.

- Carsten

On Oct 6, 2009, at 9:55 PM, Mikael Fornius wrote:

> Emacs  : GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.16.5)
> of 2009-07-30 on home.sergej.pp.ru
> Package: Org-mode version 6.31trans (release_6.31.33.ge59e.dirty)
>
> I got error when writing numbers in the interactive time-stamp  
> function:
> "void function prog" and think this is a typo in org-read-date- 
> analyze:
>
> ;-)
>
> diff --git a/lisp/org.el b/lisp/org.el
> index 03b067b..f577a06 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -12826,7 +12826,7 @@ user."
> 	  month (or (nth 4 tl)
> 		    (if (and org-read-date-prefer-future
> 			     (nth 3 tl) (< (nth 3 tl) (nth 3 defdecode)))
> -			(prog (1+ (nth 4 defdecode)) (setq futurep t))
> +			(prog1 (1+ (nth 4 defdecode)) (setq futurep t))
> 		      (nth 4 defdecode)))
> 	  year (or (nth 5 tl)
> 		   (if (and org-read-date-prefer-future
>
>
> -- 
> Mikael Fornius
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      reply	other threads:[~2009-10-07  6:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-06 19:55 Org-mode version 6.31trans (release_6.31.33.ge59e.dirty); org-time-stamp problem with fix Mikael Fornius
2009-10-07  6:13 ` Carsten Dominik [this message]

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=A98A6262-3EBA-4ED3-B0BE-994A61776F34@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mfo@abc.se \
    /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).