소스 검색

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
Henning Weiss 13 년 전
부모
커밋
c6442dac9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-mobile.el

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