christopherjwhite / org-toodledo

Emacs enhancement for syncing org-mode tasks with Toodledlo
83 stars 16 forks source link

Feature Request -- all keywords and priorities offered by Toodledo. #47

Closed lawlist closed 8 years ago

lawlist commented 8 years ago

As a feature request, please consider adding the ability to handle all keywords and priorities available on Toodledo.

(setq org-todo-keywords '((sequence
  "Active(a)"
  "Next Action(n)"
  "Canceled(c)"
  "Hold(h)"
  "Reference(r)"
  "Delegated(d)"
  "Waiting(w)"
  "Postponed(P)"
  "Someday(s)"
  "Planning(p)"
  "|"
  "None(N)")))

(setq org-highest-priority ?A)

(setq org-lowest-priority ?E)

(setq org-default-priority ?A)