diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-03 07:07:52 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-03 07:07:52 -0500 |
| commit | 6ef196e306320804b80a502dab29dbafd12285bc (patch) | |
| tree | bcd067d1b7bc629ca049ba6c7a42cc87b57e8e0b /README.org | |
| parent | f4cf700efd8bb44ca50f555e2ee04596fc690b91 (diff) | |
| download | pearl-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.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
