emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Mikael Fornius <mfo@abc.se>
To: emacs-orgmode@gnu.org
Subject: Org-mode version 6.31trans (release_6.31.33.ge59e.dirty); org-time-stamp problem with fix
Date: Tue, 06 Oct 2009 21:55:02 +0200	[thread overview]
Message-ID: <873a5w9u21.fsf@eee.in> (raw)

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

             reply	other threads:[~2009-10-06 19:54 UTC|newest]

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

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=873a5w9u21.fsf@eee.in \
    --to=mfo@abc.se \
    --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).