summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Weiss <hdweiss@gmail.com>2012-03-20 16:28:45 +0100
committerBastien Guerry <bzg@altern.org>2012-03-20 16:28:45 +0100
commitc6442dac9c5e4a1eead68a41a5b6dbbe89a80ee2 (patch)
treebeb26c81568820de7ad7f79523b72e3c25660840
parentc7be54d3cb213c18418d28b684f6d14fa40d3aef (diff)
downloadorg-mode-c6442dac9c5e4a1eead68a41a5b6dbbe89a80ee2.tar.gz
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
-rw-r--r--lisp/org-mobile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index 48253f7..946e821 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 "<after>KEYS=" key " TITLE: "
(if (and (stringp desc) (> (length desc) 0))
desc (symbol-name type))
- " " match "</after>"))
+ "</after>"))
settings))
(push (list type match settings) new))
((or (functionp (nth 2 e)) (symbolp (nth 2 e)))