[Orgmode] Re: Org-mode version 5.01

2007-07-05 Thread J. David Boyd
Thanks.  I really like the feature of seeing the agenda from 'today'
forwards.

Carsten Dominik wrote:
 Much better, thank you.
 
 The error happens for you and not for me because you have set
 org-agenda-start-on-weekday to nil.  This will work again
 in the next version.
 
 - Carsten
 
 On Jul 4, 2007, at 1:38, J. David Boyd wrote:
 
 Carsten Dominik [EMAIL PROTECTED] writes:

 Hi,

 I am releasing Org-mode 5.01.  It is available at my website



 So, if I'm in the agenda, and I hit 'd' to go to daily mode, then 'w'
 to back to week mode, I get:


 Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p
 nil)
   -(2 nil)
   (let* ((nt ...) (n1 org-agenda-start-on-weekday) (d ...)) (setq sd
 (- sd ...)) (setq nd 7))
   (cond ((eq span ...) (setq nd 1)) ((eq span ...) (let* ... ... ...))
 ((eq span ...) (setq sd ... nd ...)) ((eq span ...) (setq sd ... nd
 ...)))
   (let* ((greg ...) nd) (cond (... ...) (... ...) (... ...) (... ...))
 (cons sd nd))
   org-agenda-compute-time-span(732860 week)
   (let* ((sd ...) (computed ...) (org-agenda-overriding-arguments
 ...)) (org-agenda-redo) (org-agenda-find-today-or-agenda))
   org-agenda-change-time-span(week)
   org-agenda-week-view()
   call-interactively(org-agenda-week-view)


 which is the same thing I get with

 M-S : (org-agenda-week-view)

 Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p
 nil)
   -(2 nil)
   (let* ((nt ...) (n1 org-agenda-start-on-weekday) (d ...)) (setq sd
 (- sd ...)) (setq nd 7))
   (cond ((eq span ...) (setq nd 1)) ((eq span ...) (let* ... ... ...))
 ((eq span ...) (setq sd ... nd ...)) ((eq span ...) (setq sd ... nd
 ...)))
   (let* ((greg ...) nd) (cond (... ...) (... ...) (... ...) (... ...))
 (cons sd nd))
   org-agenda-compute-time-span(732860 week)
   (let* ((sd ...) (computed ...) (org-agenda-overriding-arguments
 ...)) (org-agenda-redo) (org-agenda-find-today-or-agenda))
   org-agenda-change-time-span(week)
   org-agenda-week-view()
   eval((org-agenda-week-view))
   eval-expression((org-agenda-week-view) nil)
   call-interactively(eval-expression)



 Hope that helps more!

 I wonder how to get the ...'s to be replaced with real data?

 Dave



 ___
 Emacs-orgmode mailing list
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


 
 -- 
 Carsten Dominik
 Sterrenkundig Instituut Anton Pannekoek
 Universiteit van Amsterdam
 Kruislaan 403
 NL-1098SJ Amsterdam
 phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread Dale Smith
Carsten Dominik [EMAIL PROTECTED] writes:

 I am releasing Org-mode 5.01.  It is available at my website

 http://www.astro.uva.nl/~dominik/Tools/org

 and also through Emacs CVS.

 I am pretty excited about this release, a new major version.

Wow!  What a lot of new functionality.  I can hardly wait to start
making good use of all this.

Thanks (again!) for the very fine work you do on org-mode, it has
brought some sanity to my (and many others) life.

-Dale

-- 
Dale P. Smith
[EMAIL PROTECTED]
216-447-4059
216-447-8951 FAX


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread Leo
On 02/07/2007, Carsten Dominik wrote:
 * Incompatible changes

   - When using LEVEL=N in a tags search, things have changed if
 you are also using `org-odd-levels-only'.  If you are using
 only odd levels (i.e. 1 or 3 or 5... stars), LEVEL=2 will
 now refer to 3 stars, LEVEL=3 to 5 stars etc.  Many thanks
 to Leo (or blame him if you must) who has convinced me
 that this is the better convention.

I hope eventually the name `org-odd-levels-only' is less
confusing. Is `org-odd-stars-only' better?

Regards,
-- 
Leo sdl.web AT gmail.com (GPG Key: 9283AA3F)



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread Leo
On 03/07/2007, Bernt Hansen wrote:
 Carsten Dominik [EMAIL PROTECTED] writes:

 I am releasing Org-mode 5.01.  It is available at my website

 Thanks!  I've noticed a change in the agenda since 4.79.  I normally
 limit the agenda view to a single day using D and in the past the view
 remembered this setting.  Now in 5.01 C-a a a always goes back to week
 view.  The old behaviour was more convenient for me.

I second this.


 Great job Carsten!  Now I need to dig into all the new features and
see
 how I can use them effectively.  :-)

 Regards,
 Bernt

-- 
Leo sdl.web AT gmail.com (GPG Key: 9283AA3F)



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread Bernt Hansen
On Jul 3, 2007, at 16:35, Bernt Hansen wrote:

 Thanks!  I've noticed a change in the agenda since 4.79.  I normally
 limit the agenda view to a single day using D and in the past the view
 remembered this setting.  Now in 5.01 C-a a a always goes back to week
 view.  The old behaviour was more convenient for me.

Carsten Dominik [EMAIL PROTECTED] writes:

 You can change the default by setting

 (setq org-agenda-ndays 1)

 But you are right, it makes sense to make it remember
 the change.

 The reason why it does not right now is because 5.01
 also added month and year view, and these are so slow to create
 that I don't want this switch to be remembered.  But I will
 change it back to remember day and week view.

That makes sense.  I'll just set this variable in my .emacs for now.  I
use single day view about 95% of the time and I'd rather switch
day-to-week view when I need it instead of constantly switching back to
day view.

One option for remembering it would be to limit the remembered value to
7 or less.  That might feel weird to new org mode users though when it
doesn't remember the longer time spans.

Thanks for the quick solution :)

Bernt



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread J. David Boyd
Carsten Dominik [EMAIL PROTECTED] writes:

 Hi,

 I am releasing Org-mode 5.01.  It is available at my website


I think I've found a bug in the agenda.

I go into it, then run 'd' for day mode, or 'm' for month mode, but 'w' never
gets me back to the week mode

I get

org-agenda-change-time-span: Wrong type argument: number-or-marker-p, nil

If I try to M-S-: and enter (org-agenda-week-view)

I get 

Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
  org-agenda-compute-time-span(732860 week)
  org-agenda-change-time-span(week)
  org-agenda-week-view()
  eval((org-agenda-week-view))
  eval-expression((org-agenda-week-view) nil)
  call-interactively(eval-expression)



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread Carsten Dominik

Hi David,

your backtrace is still incomplete.  Could you please follow the 
instructions

in the manual on how to make a complete one?  Thanks a lot.

- Carsten

On Jul 3, 2007, at 20:49, J. David Boyd wrote:


Carsten Dominik [EMAIL PROTECTED] writes:


Hi,

I am releasing Org-mode 5.01.  It is available at my website



I think I've found a bug in the agenda.

I go into it, then run 'd' for day mode, or 'm' for month mode, but 
'w' never

gets me back to the week mode

I get

org-agenda-change-time-span: Wrong type argument: number-or-marker-p, 
nil


If I try to M-S-: and enter (org-agenda-week-view)

I get

Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p 
nil)

  org-agenda-compute-time-span(732860 week)
  org-agenda-change-time-span(week)
  org-agenda-week-view()
  eval((org-agenda-week-view))
  eval-expression((org-agenda-week-view) nil)
  call-interactively(eval-expression)



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




--
Carsten Dominik
Sterrenkundig Instituut Anton Pannekoek
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread J. David Boyd

Sure thing, just as soon as I get a second...


Carsten Dominik [EMAIL PROTECTED] writes:

 Hi David,

 your backtrace is still incomplete.  Could you please follow the
 instructions
 in the manual on how to make a complete one?  Thanks a lot.

 - Carsten

 On Jul 3, 2007, at 20:49, J. David Boyd wrote:

 Carsten Dominik [EMAIL PROTECTED] writes:

 Hi,

 I am releasing Org-mode 5.01.  It is available at my website


 I think I've found a bug in the agenda.

 I go into it, then run 'd' for day mode, or 'm' for month mode, but
 w' never
 gets me back to the week mode

 I get

 org-agenda-change-time-span: Wrong type argument:
 number-or-marker-p, nil

 If I try to M-S-: and enter (org-agenda-week-view)

 I get

 Debugger entered--Lisp error: (wrong-type-argument
 number-or-marker-p 
 nil)
   org-agenda-compute-time-span(732860 week)
   org-agenda-change-time-span(week)
   org-agenda-week-view()
   eval((org-agenda-week-view))
   eval-expression((org-agenda-week-view) nil)
   call-interactively(eval-expression)



 ___
 Emacs-orgmode mailing list
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode



 --
 Carsten Dominik
 Sterrenkundig Instituut Anton Pannekoek
 Universiteit van Amsterdam
 Kruislaan 403
 NL-1098SJ Amsterdam
 phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread J. David Boyd
Carsten Dominik [EMAIL PROTECTED] writes:

 Hi,

 I am releasing Org-mode 5.01.  It is available at my website



So, if I'm in the agenda, and I hit 'd' to go to daily mode, then 'w' to back 
to week mode, I get:


Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
  -(2 nil)
  (let* ((nt ...) (n1 org-agenda-start-on-weekday) (d ...)) (setq sd (- sd 
...)) (setq nd 7))
  (cond ((eq span ...) (setq nd 1)) ((eq span ...) (let* ... ... ...)) ((eq 
span ...) (setq sd ... nd ...)) ((eq span ...) (setq sd ... nd ...)))
  (let* ((greg ...) nd) (cond (... ...) (... ...) (... ...) (... ...)) (cons sd 
nd))
  org-agenda-compute-time-span(732860 week)
  (let* ((sd ...) (computed ...) (org-agenda-overriding-arguments ...)) 
(org-agenda-redo) (org-agenda-find-today-or-agenda))
  org-agenda-change-time-span(week)
  org-agenda-week-view()
  call-interactively(org-agenda-week-view)


which is the same thing I get with

M-S : (org-agenda-week-view)

Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
  -(2 nil)
  (let* ((nt ...) (n1 org-agenda-start-on-weekday) (d ...)) (setq sd (- sd 
...)) (setq nd 7))
  (cond ((eq span ...) (setq nd 1)) ((eq span ...) (let* ... ... ...)) ((eq 
span ...) (setq sd ... nd ...)) ((eq span ...) (setq sd ... nd ...)))
  (let* ((greg ...) nd) (cond (... ...) (... ...) (... ...) (... ...)) (cons sd 
nd))
  org-agenda-compute-time-span(732860 week)
  (let* ((sd ...) (computed ...) (org-agenda-overriding-arguments ...)) 
(org-agenda-redo) (org-agenda-find-today-or-agenda))
  org-agenda-change-time-span(week)
  org-agenda-week-view()
  eval((org-agenda-week-view))
  eval-expression((org-agenda-week-view) nil)
  call-interactively(eval-expression)



Hope that helps more!

I wonder how to get the ...'s to be replaced with real data?

Dave



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.01

2007-07-02 Thread Xavier Maillard
Carsten Dominik dominik at science.uva.nl writes:

 I am pretty excited about this release, a new major version.

Marvelous !

Xavier



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.01

2007-07-02 Thread Vagn Johansen

There is a (debug) call on line 21425 in org.el

-- 
Vagn Johansen



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.01

2007-07-02 Thread Xavier Maillard
Vagn Johansen gonz808 at hotmail.com writes:

 There is a (debug) call on line 21425 in org.el

I do not have this here. What emacs version do you use ?

Xavier





___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Org-mode version 5.01

2007-07-02 Thread Carsten Dominik


On Jul 2, 2007, at 22:17, Vagn Johansen wrote:



There is a (debug) call on line 21425 in org.el


Well, yes, there is one, but in different line.
Sigh, always the same mistakes.  Fixed now, version 5.01b.

- Carsten



--
Vagn Johansen



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




--
Carsten Dominik
Sterrenkundig Instituut Anton Pannekoek
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.01

2007-07-02 Thread Maxim Loginov
hi Carsten
very nice job! I'm impressed by properties a lot!

some comments/improvement suggestions:

 There are important changes, so unless you plan to read the manual
 in the near future, I'd advise you carefully read the notes below.

addition Changes subsection into info with hyperlinks to relevant
pages make it easier to track new feature. and you do not need
comments like above

- Remember template %^G always surround newly added tag with colons
  even empty tags (if do not want to insert tag and simply you press
  RET for tag prompt). additionally if some :tag: is already
  predefined then none of these :tag%^G :tag:%^G handle
  empty/non-empty inserted tags correctly

- in agenda view tag completion when no more completion matched the
  message [Sole Completion] instead of [No match] looks less scary :-)

best
Maxim



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode