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
This commit is contained in:
Henning Weiss 2012-03-20 16:28:45 +01:00 committed by Bastien Guerry
parent c7be54d3cb
commit c6442dac9c
1 changed files with 1 additions and 1 deletions

View File

@ -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)))