0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:00:49 +00:00

org-mobile.el: Fix tags gathering again.

Thanks to James Harkins for the patch.
This commit is contained in:
Bastien Guerry 2012-08-04 10:22:20 +02:00
parent 7c4ac55364
commit 71c957d903

View file

@ -424,7 +424,8 @@ 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 files-alist)))
(setq tags (mapcar 'car (org-global-tags-completion-table
(mapcar 'car files-alist))))
(with-temp-file
(if org-mobile-use-encryption
org-mobile-encryption-tempfile