org-refile-use-outline-path 'file
org-refile-allow-creating-parent-nodes 'confirm)
-(setq org-todo-keywords '((sequence "TODO(t)" "WAITING(w@)" "UNDERTAKEN(u)" "MEETING(m)"
- "|"
- "DONE(d)" "BELAYED(b@)" "GIVEN(g@)" "MET(M)")))
+(setq org-todo-keywords '((sequence "UNDERTAKEN(u)" "|")
+ (sequence "TODO(t)" "WAITING(w@)" "|")
+ (sequence "|" "DONE(d)" "BELAYED(b@)" "GIVEN(g@)")
+ (sequence "MEETING(m)" "|" "MET(M)")))
(setq org-tag-alist '((:startgroup . nil) ; contexts
("buy" . ?b)