[O] [agenda] Lisp error: (args-out-of-range 0 0)

2013-02-07 Thread Sebastien Vauban
Hello, With a recent pull (of today, 15:45), I now have the following error when generating the agenda views: --8<---cut here---start->8--- Debugger entered--Lisp error: (args-out-of-range 0 0) get-text-property(0 extra-space nil) (concat effort "" (get-tex

Re: [O] [agenda] Lisp error: (args-out-of-range 0 0)

2013-02-07 Thread Sebastien Vauban
Hello, "Sebastien Vauban" wrote: > With a recent pull (of today, 15:45), I now have the following error when > generating the agenda views: > > Debugger entered--Lisp error: (args-out-of-range 0 0) > get-text-property(0 extra-space nil) > (concat effort "" (get-text-property 0 (quote extra-spa

Re: [O] [agenda] Lisp error: (args-out-of-range 0 0)

2013-02-08 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > With a recent pull (of today, 15:45), I now have the following error when > generating the agenda views: I can't reproduce this. > #+begin_src emacs-lisp > (setq org-agenda-prefix-format > '((agenda . " %-11s%i %-12:c%?-12t%7e ") >

Re: [O] [agenda] Lisp error: (args-out-of-range 0 0)

2013-02-08 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > Would it be still possible, I'd really appreciate a hint on what to look at in > order for me to go farer in that direction... Is it? You can dive into `org-compile-prefix-format' and `org-agenda-format-item' but that's tricky. Since this is a very

Re: [O] [agenda] Lisp error: (args-out-of-range 0 0)

2013-02-08 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> Would it be still possible, I'd really appreciate a hint on what to look at >> in >> order for me to go farer in that direction... Is it? > > You can dive into `org-compile-prefix-format' and `org-agenda-format-item' > but that's tricky

Re: [O] [agenda] Lisp error: (args-out-of-range 0 0)

2013-02-08 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> With a recent pull (of today, 15:45), I now have the following error when >> generating the agenda views: > > I can't reproduce this. > >> #+begin_src emacs-lisp >> (setq org-agenda-prefix-format >> '((agenda . " %-11s%i %-12:c

Re: [O] [agenda] Lisp error: (args-out-of-range 0 0)

2013-02-08 Thread Bastien
"Sebastien Vauban" writes: > Though, you may be right it'd be better/easier to play with overlays > (IIUC), and that's still shareable! Yes -- and I tend to be more and more conservative when it comes to add visual candy, so prepare to gather strong arguments for making it core :) -- Bastie