From 7133e712426d8468abdbef0599d1e972562e21b2 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 29 Dec 2012 11:04:33 +0100 Subject: [PATCH] org-inlinetask.el: Add a note about mixing inline tasks and plain list The note reads: ;; Note that you should not try to use inline tasks within plain list, ;; visibility cycling is known to be problematic when doing so. Thanks to Gregor Zattler for pointing at limitations in this area. --- lisp/org-inlinetask.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el index 01f861e61..def63b0e0 100644 --- a/lisp/org-inlinetask.el +++ b/lisp/org-inlinetask.el @@ -75,6 +75,9 @@ ;; Also, if you want to use refiling and archiving for inline tasks, ;; The END line must be present to make things work properly. ;; +;; Note that you should not try to use inline tasks within plain list, +;; visibility cycling is known to be problematic when doing so. +;; ;; This package installs one new command: ;; ;; C-c C-x t Insert a new inline task with END line -- 2.11.4.GIT