浏览代码

org-mobile.el (org-mobile-create-index-file): Use `files-alist'.

* org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
Bastien Guerry 12 年之前
父节点
当前提交
62bf9cace0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-mobile.el

+ 1 - 1
lisp/org-mobile.el

@@ -424,7 +424,7 @@ agenda view showing the flagged items."
 		     done-kwds
 		     (org-uniquify org-todo-keywords-for-agenda)))
     (setq drawers (org-uniquify org-drawers-for-agenda))
-    (setq tags (mapcar 'car (org-global-tags-completion-table org-mobile-files-alist)))
+    (setq tags (mapcar 'car (org-global-tags-completion-table files-alist)))
     (with-temp-file
 	(if org-mobile-use-encryption
 	    org-mobile-encryption-tempfile