From c6442dac9c5e4a1eead68a41a5b6dbbe89a80ee2 Mon Sep 17 00:00:00 2001 From: Henning Weiss Date: Tue, 20 Mar 2012 16:28:45 +0100 Subject: [PATCH] org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter title. * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter title. TINYCHANGE --- lisp/org-mobile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 48253f70b..946e821dd 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -581,7 +581,7 @@ The table of checksums is written to the file mobile-checksums." (concat "KEYS=" key " TITLE: " (if (and (stringp desc) (> (length desc) 0)) desc (symbol-name type)) - " " match "")) + "")) settings)) (push (list type match settings) new)) ((or (functionp (nth 2 e)) (symbolp (nth 2 e)))