Avoid compact agendas for mobile staging

This commit is contained in:
Carsten Dominik 2009-10-16 18:10:14 +02:00
parent c0c56217ff
commit c2719b7e06
1 changed files with 2 additions and 1 deletions

View File

@ -411,7 +411,8 @@ The table of checksums is written to the file mobile-checksums."
" TITLE: " gdesc " " match "</after>"))
settings))
(push (list type match settings) new)))))
(and new (list "X" "SUMO" (reverse new) nil))))
(and new (list "X" "SUMO" (reverse new)
'((org-agenda-compact-blocks nil))))))
(defvar org-mobile-creating-agendas nil)
(defun org-mobile-write-agenda-for-mobile (file)