From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel Subject: 23.0.50; org-timeline -> encode-time: Specified time is not representable Date: Sat, 17 Nov 2007 15:05:19 +0100 Message-ID: Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195308440 18566 80.91.229.12 (17 Nov 2007 14:07:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Nov 2007 14:07:20 +0000 (UTC) Cc: Carsten Dominik To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 17 15:07:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ItOKS-0006Pu-1L for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 15:07:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItOKE-0003zy-KT for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 09:07:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItOKB-0003zl-RO for emacs-devel@gnu.org; Sat, 17 Nov 2007 09:07:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItOKA-0003zW-5N for emacs-devel@gnu.org; Sat, 17 Nov 2007 09:07:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItOK9-0003zT-JS for emacs-devel@gnu.org; Sat, 17 Nov 2007 09:07:06 -0500 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ItOK8-0003EZ-Co for emacs-devel@gnu.org; Sat, 17 Nov 2007 09:07:04 -0500 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by mail.uni-ulm.de (8.14.1/8.14.1) with ESMTP id lAHE71gL025095; Sat, 17 Nov 2007 15:07:01 +0100 (MET) Original-Received: from localhost (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 6FDBC12CBC; Sat, 17 Nov 2007 15:07:01 +0100 (CET) X-Face: #vK]N[`vqjuod*|)'[iD7/"3AB-ApT%fmN"LWAg@oS7OesGv~)n[OBTLM#I="J'Y^-7I I/ps7o_'IK@#-Rs{::DZ@O8yS|fexe,XslY[:dNWOb~>?mC-&i_c)say:"\IpA.5U.b]'NY; Pks{lb h.+#6%DpZuaK3dcHB`Av3zc:r!C%~s0&m, tWj]&}, qg.+0ww2gK%f!:GK|wMl.I!(voY*1"^li8"~B BNG)9LvPi?^DMR-GVDnZqhu*3Hi, +g=wFhI)BL6&u{EOVEHjVEVq~d?_}lMntWAc3(6?kftjc>_f>! g0wM(qPM$d5]^TT_Qyi&L?LGVG)SHN;Gk/,pkY9,~ Mail-Followup-To: , Carsten Dominik <"carsten atorgmodedotorg"@bridgekeeper.physik.uni-ulm.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-DCC-SIHOPE-DCC-3-Metrics: poseidon 1085; Body=2 Fuz1=2 Fuz2=2 X-Virus-Scanned: by amavisd-new X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83445 Archived-At: M-x report-emacs-bug wrote: > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: - C-x C-x tst.org RET (see file below) - M-x toggle-debug-on-error RET - Do ` ' (M-x org-timeline RET) ,---- | Debugger entered--Lisp error: (error "Specified time is not representable") | encode-time(0 0 0 1 0 0 nil nil nil) | apply(encode-time (0 0 0 1 0 0 nil nil nil)) | org-time-string-to-time(#("0000-00-01" 0 10 (fontified t | mouse-face highlight rear-nonsticky (mouse-face highlight keymap | invisible intangible help-echo org-linked-text) keymap (keymap | ... ... ...) face org-date))) | org-get-all-dates(1 851 no-ranges t nil 3) | org-timeline(nil) | call-interactively(org-timeline) `---- I'm not sure if `org-mode' and `encode-time' are supposed to parse dates like "0000-00-01" correctly. So maybe it's no a bug. ;-) > In GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.10.6) > of 2007-10-31 on viandante > Windowing system distributor `The X.Org Foundation', version 11.0.70199902 > configured using `configure '--prefix=/import/xtra/emacs/HEAD' '--with-gtk' '--exec-prefix=/import/xtra/emacs/HEAD-i686' 'CFLAGS=-Wno-pointer-sign -O0 -fno-crossjumping -gdwarf-2 -g3'' > > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: en_US.UTF-8 > locale-coding-system: utf-8 > default-enable-multibyte-characters: t > > Major mode: Org > > Minor modes in effect: > tooltip-mode: t > tool-bar-mode: t > mouse-wheel-mode: t > menu-bar-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > font-lock-mode: t > blink-cursor-mode: t > unify-8859-on-encoding-mode: t > utf-translate-cjk-mode: t > auto-compression-mode: t > line-number-mode: t > transient-mark-mode: identity > > Recent input: > C-x C-f / t m p > / s t e / t s t . o r g M-x t o g g > d e b e > > M-x r e p C-g > M-x r e p o r > > Recent messages: > For information about GNU Emacs and the GNU system, type C-h C-a. > OVERVIEW > Debug on Error enabled globally > Entering debugger... > Making completion list... > Quit > Making completion list... Bye, Reiner. >From : ---------------------------------------------------------------------- -*- mode: org -*- GENESIS - THE WORLD PROJECT * Environment ** TODO Create Heavens And Earth SCHEDULED: <0000-00-01 Mon> ** TODO Make Light SCHEDULED: <0000-00-01 Mon> ** TODO Make The Sky SCHEDULED: <0000-00-02 Tue> ** TODO Make Some Land SCHEDULED: <0000-00-03 Wed> ** TODO Make The Sun And The Moon SCHEDULED: <0000-00-04 Thu> ** TODO Make The Stars SCHEDULED: <0000-00-04 Thu> * Life ** TODO Make The Plants SCHEDULED: <0000-00-03 Wed> ** TODO Make Sea Creatures SCHEDULED: <0000-00-05 Fri> ** TODO Make Birds SCHEDULED: <0000-00-05 Fri> ** TODO Make Land Creatures SCHEDULED: <0000-00-06 Sat> ** TODO Make Humans SCHEDULED: <0000-00-06 Sat> * Privat ** TODO Take A Rest SCHEDULED: <0000-00-07 Sun> * Notes: - The filing of plants is blurry - Everything's so important, so it should be capitalized. ---------------------------------------------------------------------- -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/