>From 9a88fa0859075aae10a6cd90fb03d533acee1f6b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 24 Oct 2015 11:15:31 +0200 Subject: [PATCH] org-mobile: Fix c15db80e32d22dace184203f6f03a0b586bb4b50 * lisp/org-mobile.el (org-mobile-create-index-file): Fix c15db80e32d22dace184203f6f03a0b586bb4b50. --- lisp/org-mobile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 6c7c8d0..17600bd 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -439,8 +439,8 @@ agenda view showing the flagged items." (if org-mobile-use-encryption org-mobile-encryption-tempfile target-file) - (insert "#+READONLY\n") (while (setq entry (pop def-todo)) + (insert "#+READONLY\n") (setq kwds (mapcar (lambda (x) (if (string-match "(" x) (substring x 0 (match-beginning 0)) x)) -- 2.6.1