aboutsummaryrefslogtreecommitdiff
path: root/pearl.el
diff options
context:
space:
mode:
Diffstat (limited to 'pearl.el')
-rw-r--r--pearl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/pearl.el b/pearl.el
index ca9d0b1..a5fa205 100644
--- a/pearl.el
+++ b/pearl.el
@@ -3815,7 +3815,7 @@ no side effects."
;; The view name renders verbatim, matching Linear's own capitalization;
;; `pearl-title-case-headings' governs issue headings only.
(insert (format "#+title: Linear — %s\n" name))
- (insert "#+STARTUP: show3levels\n")
+ (insert "#+STARTUP: show2levels\n")
(insert (format "#+TODO: %s\n" (pearl--derive-todo-line states)))
;; Source-tracking metadata: the serialized source drives refresh; the
;; rest is human-readable provenance.
@@ -3835,7 +3835,7 @@ no side effects."
;; Single top-level parent so the issues are sortable as a group
;; (org-sort on this heading) instead of orphan headings, and so a
- ;; show3levels fold has a level-1 root. Named after the view.
+ ;; show2levels fold has a level-1 root. Named after the view.
(insert (format "* %s\n" name))
(dolist (issue issues)