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