Re: [O] Question about org-agenda-goto-today (bug?)

2013-04-26 Thread Bastien
Hi Robert, Robert Goldman writes: > I am finding that when I use this command (bound to "." in the org > agenda), I often do NOT go to today. > > Looking at the code, it seems like org-mode may be guessing today based > on text markup: > > (let ((tdpos (text-property-any (point-min) (point-max)

[O] Question about org-agenda-goto-today (bug?)

2013-04-26 Thread Robert Goldman
I am finding that when I use this command (bound to "." in the org agenda), I often do NOT go to today. Looking at the code, it seems like org-mode may be guessing today based on text markup: (let ((tdpos (text-property-any (point-min) (point-max) 'org-today t))) We jump to this position, instea