* Bug: Bad timestamp 'habit'
@ 2012-10-02 22:05 T.F. Torrey
2012-10-02 23:13 ` Bill Jacobson
2012-10-03 9:15 ` Bastien
0 siblings, 2 replies; 8+ messages in thread
From: T.F. Torrey @ 2012-10-02 22:05 UTC (permalink / raw)
To: emacs-orgmode
Hello,
I am currently unable to produce an agenda from my files. This bug
crept in somewhere in the last few days, but I'm not sure exactly when.
This habit timestamp:
SCHEDULED: <2012-08-08 Wed .+1d>
Produces this error:
condition-case: Bad timestamp `habit' at 210773 in buffer `Writing.org'
Error was: (Not a standard Org-mode time string: habit)
It works if I use the min/max format (<2012-08-08 Wed .+1d/2d>), but I
don't want to do that, and according to the manual, that isn't required.
Also, in this bug report data, I wonder why org-loaddefs.el can not be
found. I run the org from a git repo, not compiled.
Emacs : GNU Emacs 24.2.50.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of
2012-09-28 on louvi, modified by Debian Package: Org-mode version 7.9.2
(release_7.9.2-383-g09d6bc-git @ org-loaddefs.el can not be found!)
If no one else sees this, I'll dig through my files to see what's
broken, but I see lots of work has been done to the agenda creator
recently, and maybe this is a new problem and an easy fix.
Best,
Terry
--
T.F. Torrey
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bug: Bad timestamp 'habit'
2012-10-02 22:05 Bug: Bad timestamp 'habit' T.F. Torrey
@ 2012-10-02 23:13 ` Bill Jacobson
2012-10-03 7:28 ` Sebastien Vauban
2012-10-03 9:15 ` Bastien
1 sibling, 1 reply; 8+ messages in thread
From: Bill Jacobson @ 2012-10-02 23:13 UTC (permalink / raw)
Cc: emacs-orgmode
On 10/02/2012 05:05 PM, T.F. Torrey wrote:
> Hello,
>
> I am currently unable to produce an agenda from my files. This bug
> crept in somewhere in the last few days, but I'm not sure exactly when.
>
> This habit timestamp:
>
> SCHEDULED: <2012-08-08 Wed .+1d>
>
> Produces this error:
>
> condition-case: Bad timestamp `habit' at 210773 in buffer `Writing.org'
> Error was: (Not a standard Org-mode time string: habit)
>
> It works if I use the min/max format (<2012-08-08 Wed .+1d/2d>), but I
> don't want to do that, and according to the manual, that isn't required.
>
> Also, in this bug report data, I wonder why org-loaddefs.el can not be
> found. I run the org from a git repo, not compiled.
>
> Emacs : GNU Emacs 24.2.50.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of
> 2012-09-28 on louvi, modified by Debian Package: Org-mode version 7.9.2
> (release_7.9.2-383-g09d6bc-git @ org-loaddefs.el can not be found!)
>
> If no one else sees this, I'll dig through my files to see what's
> broken, but I see lots of work has been done to the agenda creator
> recently, and maybe this is a new problem and an easy fix.
>
> Best,
> Terry
>
Same problem here: GNU Emacs 24.2.1 Org-mode version 7.9.2
(release_7.9.2-382-g1ef9ee)
I pull nightly and first noticed this behavior today.
-Bill
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bug: Bad timestamp 'habit'
2012-10-02 23:13 ` Bill Jacobson
@ 2012-10-03 7:28 ` Sebastien Vauban
0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Vauban @ 2012-10-03 7:28 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Hi,
Bill Jacobson wrote:
> On 10/02/2012 05:05 PM, T.F. Torrey wrote:
>> I am currently unable to produce an agenda from my files. This bug
>> crept in somewhere in the last few days, but I'm not sure exactly when.
>>
>> This habit timestamp:
>>
>> SCHEDULED: <2012-08-08 Wed .+1d>
For the sake of accuracy, this ain't an habit, this is a repeater -- IIUC.
>> Produces this error:
>>
>> condition-case: Bad timestamp `habit' at 210773 in buffer `Writing.org'
>> Error was: (Not a standard Org-mode time string: habit)
>>
>> It works if I use the min/max format (<2012-08-08 Wed .+1d/2d>), but I
>> don't want to do that, and according to the manual, that isn't required.
That's an habit for me: when you specify min/max, as you do here.
>> Also, in this bug report data, I wonder why org-loaddefs.el can not be
>> found. I run the org from a git repo, not compiled.
>>
>> Emacs : GNU Emacs 24.2.50.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of
>> 2012-09-28 on louvi, modified by Debian Package: Org-mode version 7.9.2
>> (release_7.9.2-383-g09d6bc-git @ org-loaddefs.el can not be found!)
>>
>> If no one else sees this, I'll dig through my files to see what's
>> broken, but I see lots of work has been done to the agenda creator
>> recently, and maybe this is a new problem and an easy fix.
>
> Same problem here: GNU Emacs 24.2.1 Org-mode version 7.9.2
> (release_7.9.2-382-g1ef9ee)
>
> I pull nightly and first noticed this behavior today.
I also have a similar problem since yesterday morning or so: such timestamped
dates (I mean: *repeaters*, SCHEDULED or not) are visible everyday of my
agenda, while most of them should only be visible once a week:
--8<---------------cut here---------------start------------->8---
** Review my tasks and projects
<2011-01-07 Fri 14:00-16:00 +1w>
--8<---------------cut here---------------end--------------->8---
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bug: Bad timestamp 'habit'
2012-10-02 22:05 Bug: Bad timestamp 'habit' T.F. Torrey
2012-10-02 23:13 ` Bill Jacobson
@ 2012-10-03 9:15 ` Bastien
2012-10-03 9:35 ` Sebastien Vauban
1 sibling, 1 reply; 8+ messages in thread
From: Bastien @ 2012-10-03 9:15 UTC (permalink / raw)
To: T.F. Torrey; +Cc: emacs-orgmode
Hi,
tftorrey@tftorrey.com (T.F. Torrey) writes:
> I am currently unable to produce an agenda from my files. This bug
> crept in somewhere in the last few days, but I'm not sure exactly
> when.
This is now fixed, thanks.
--
Bastien
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bug: Bad timestamp 'habit'
2012-10-03 9:15 ` Bastien
@ 2012-10-03 9:35 ` Sebastien Vauban
2012-10-03 10:25 ` Bastien
0 siblings, 1 reply; 8+ messages in thread
From: Sebastien Vauban @ 2012-10-03 9:35 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Hi Bastien,
Bastien wrote:
> tftorrey-qbg7uNF1nfdWk0Htik3J/w@public.gmane.org (T.F. Torrey) writes:
>> I am currently unable to produce an agenda from my files. This bug
>> crept in somewhere in the last few days, but I'm not sure exactly
>> when.
>
> This is now fixed, thanks.
Confirmed OK. Thanks!
It may be unrelated, but (with the latest pull) I now have a warning in some
batch commands which I use to export agenda views:
--8<---------------cut here---------------start------------->8---
emacs -Q -batch -l org-agenda-views.el -eval '(org-agenda nil "e")'
Warning: Lisp directory `C:/Program Files/emacs-24.1/../site-lisp' does not exist.
OVERVIEW
Loading vc-svn...
Saving file d:/home/sva/org-all-tasks.html...
--8<---------------cut here---------------end--------------->8---
I don't see where that warning is generated in the Org sources.
Worth mentioning?
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-10-03 18:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 22:05 Bug: Bad timestamp 'habit' T.F. Torrey
2012-10-02 23:13 ` Bill Jacobson
2012-10-03 7:28 ` Sebastien Vauban
2012-10-03 9:15 ` Bastien
2012-10-03 9:35 ` Sebastien Vauban
2012-10-03 10:25 ` Bastien
[not found] ` <87iparg8d6.fsf-E3UqQZAQFPqWIDz0JBNUog@public.gmane.org>
2012-10-03 11:58 ` **: " Sebastien Vauban
2012-10-03 18:42 ` Achim Gratz
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).