Skip to content

Commit

Permalink
update org export levels
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Ye committed Dec 18, 2024
1 parent 9bb3d4d commit d915c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phye-lisp/phye-init-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@
(sequence "DESIGNING(D!)" "CODING(C!)" "TESTING(T!)" "WAITING(W@/!)" "RELEASING(G!)" "|" "RELEASED(R@)") ;; dev todo items
(type "APPT(p)" "REMINDER(m!)" "|" "DONE(d)"))) ;; misc daily items
(setq org-tags-column -80)
(setq org-export-headline-levels 6)
;; workaround org-gpg hang issue
(fset 'epg-wait-for-status 'ignore)
(setq org-list-allow-alphabetical t)
Expand Down

0 comments on commit d915c23

Please sign in to comment.