mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-28 10:56:57 +00:00
org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
* org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
This commit is contained in:
parent
cc7f508094
commit
62bf9cace0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user