소스 검색

Fix bug with including archive files in org-mobile-files

Carsten Dominik 15 년 전
부모
커밋
86e2ff60d1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lisp/org-mobile.el

+ 2 - 1
lisp/org-mobile.el

@@ -179,7 +179,8 @@ using `rsync' or `scp'.")
   "Expand the list in `org-mobile-files' to a list of existing files."
   (let* ((include-archives
 	  (and (member 'org-agenda-text-search-extra-files org-mobile-files)
-	       (member 'agenda-archives	org-agenda-text-search-extra-files)))
+	       (member 'agenda-archives	org-agenda-text-search-extra-files)
+	       t))
 	 (files
 	  (apply 'append
 		 (mapcar