# HG changeset patch # User Oleksandr Gavenko # Date 1224098459 -10800 # Node ID fd029ded538817ffd78c4e060982ed94b1ec83e2 # Parent 5648b90067315425f86e8cf0d4e9bf04340aab4c Bugfix: org-agenda-file-to-front fun incorect work in org-mode 4.67c. diff -r 5648b9006731 -r fd029ded5388 .emacs-my --- a/.emacs-my Wed Jul 09 10:29:03 2008 +0300 +++ b/.emacs-my Wed Oct 15 22:20:59 2008 +0300 @@ -601,7 +601,7 @@ org-agenda-start-on-weekday nil org-reverse-note-order t org-remember-store-without-prompt t) - (org-agenda-file-to-front "~/todo.org") )) + (setq org-agenda-files '("~/todo.org")) )) ;; ---------------------------------------------------------------------- ;; TODO, XXX, FIXME highlight.