From 6ef196e306320804b80a502dab29dbafd12285bc Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 3 Jun 2026 07:07:52 -0500 Subject: feat(render): open a fetched view folded to the issue headings The header set #+STARTUP: show3levels, which opened a fresh view with each issue's Comments heading already unfolded. That's a level of detail past what you want when scanning a list. Drop to show2levels so a view opens at the parent plus the issue headings, with comments and bodies folded under each issue. pearl--restore-page-visibility re-reads #+STARTUP from the buffer after a repopulation, so the in-place rebuild path follows the new depth without any other change. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index fef38b9..c79ecc9 100644 --- a/README.org +++ b/README.org @@ -341,7 +341,7 @@ A fetched Pearl file is intentionally readable. The header records the source, r #+begin_src org #+title: Linear - My open issues - #+STARTUP: show3levels + #+STARTUP: show2levels #+TODO: TODO IN-PROGRESS IN-REVIEW BACKLOG BLOCKED | DONE #+LINEAR-SOURCE: (:type filter :name "My open issues" :filter (:assignee :me :open t)) #+LINEAR-RUN-AT: 2026-05-23 19:30 -- cgit v1.2.3