From c2719b7e06b66e8b1ec8c17c1fd46c3a52f8c376 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 16 Oct 2009 18:10:14 +0200 Subject: [PATCH] Avoid compact agendas for mobile staging --- lisp/org-mobile.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 13832447b..c46c51b77 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -411,7 +411,8 @@ The table of checksums is written to the file mobile-checksums." " TITLE: " gdesc " " match "")) 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)