branch: externals/org commit 41081a000840b8cb839dd299e1b29199b5ea0d04 Author: Morgan Smith <morgan.j.sm...@outlook.com> Commit: Ihor Radchenko <yanta...@posteo.net>
Testing: Change use of deprecated `org-flag-subtree' * testing/lisp/test-org-inlinetask.el (test-org-inlinetask/folding-directly-consecutive-tasks/1): Use `org-fold-subtree' instead of deprecated `org-flag-subtree'. --- testing/lisp/test-org-inlinetask.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/test-org-inlinetask.el b/testing/lisp/test-org-inlinetask.el index e31a148a53..fd2a62bd82 100644 --- a/testing/lisp/test-org-inlinetask.el +++ b/testing/lisp/test-org-inlinetask.el @@ -147,7 +147,7 @@ p2 p4 *************** END " - (org-flag-subtree t) + (org-fold-subtree t) (org-cycle) (and (not (invisible-p (1- (search-forward "p1"))))