aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-03 07:07:52 -0500
committerCraig Jennings <c@cjennings.net>2026-06-03 07:07:52 -0500
commit6ef196e306320804b80a502dab29dbafd12285bc (patch)
treebcd067d1b7bc629ca049ba6c7a42cc87b57e8e0b /README.org
parentf4cf700efd8bb44ca50f555e2ee04596fc690b91 (diff)
downloadpearl-6ef196e306320804b80a502dab29dbafd12285bc.tar.gz
pearl-6ef196e306320804b80a502dab29dbafd12285bc.zip
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.
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
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