Re: [O] Can't Sort with New, 8.0 Sort Methods

2013-04-20 Thread Bastien
Hi Richard,

Richard Lawrence richard.lawre...@berkeley.edu writes:

 And mentioned a fix that works for me here:
 http://article.gmane.org/gmane.emacs.orgmode/70893

I applied your fix, thanks a lot for it!

-- 
 Bastien



[O] Can't Sort with New, 8.0 Sort Methods

2013-04-19 Thread Nick M . Daly
When attempting to use the new sorting methods (like ~scheduled-up~), I
receive the following error messages when displaying the agenda (with
=M-x org-agenda-list= or ~C-a a a~):

: org-entries-lessp: Wrong type argument: stringp, nil

To replicate this issue, try taking following steps with Emacs 23.4:

: $ emacs -Q (some-file.org)
: (add-to-list 'load-path /usr/share/emacs/site-lisp/org-8.0/lisp)
: (add-to-list 'load-path /usr/share/emacs/site-lisp/org-8.0/contrib/lisp 't)
: (require 'org)
: M-x revert-file
: M-x org-agenda-list
: M-x customize-group org-agenda-sorting
: (Change sorting strategy: time-up becomes scheduled-up)
: (Save settings)
: M-x org-agenda-list

When displaying the list, you'll get this output:

: org-entries-lessp: Wrong type argument: stringp, nil

Can anyone else reproduce this issue?  What am I missing here?

Thanks for your time,
Nick


pgp298t1Sytys.pgp
Description: PGP signature


Re: [O] Can't Sort with New, 8.0 Sort Methods

2013-04-19 Thread Richard Lawrence
Hi Nick,

I filed a bug report for this issue here:
http://article.gmane.org/gmane.emacs.orgmode/70890

And mentioned a fix that works for me here:
http://article.gmane.org/gmane.emacs.orgmode/70893

You could try my fix in the meantime, and let the list know if it helps.

Best,
Richard