Skip to content

Commit 1a6a075

Browse files
committed
Apply an outline to org-gtd-oops.el
1 parent aa12380 commit 1a6a075

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

org-gtd-oops.el

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
;; (org-agenda-prefix-format '((tags . " %(stag-day-counter) days: "))))))))))
3939
;; (org-agenda nil "g"))
4040

41+
;;;; Commands
4142

4243
(defun org-gtd-oops ()
4344
"Agenda view for all non-respected timely events."
@@ -82,5 +83,8 @@
8283
(org-agenda nil "o")
8384
(goto-char (point-min)))))
8485

86+
;;;; Footer
87+
8588
(provide 'org-gtd-oops)
89+
8690
;;; org-gtd-oops.el ends here

0 commit comments

Comments
 (0)