diff options
Diffstat (limited to 'lisp/org/org-mobile.el')
-rw-r--r-- | lisp/org/org-mobile.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org/org-mobile.el b/lisp/org/org-mobile.el index f5a4ae90378..f59d1c47911 100644 --- a/lisp/org/org-mobile.el +++ b/lisp/org/org-mobile.el @@ -460,6 +460,7 @@ agenda view showing the flagged items." ((stringp x) x) ((eq (car x) :startgroup) "{") ((eq (car x) :endgroup) "}") + ((eq (car x) :grouptags) nil) ((eq (car x) :newline) nil) ((listp x) (car x)))) def-tags)) |