DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

GTD Workflow based on Emacs


  1. Global Configuration: convert all tasks to appointment, so make it popup automatically: add "(org-agenda-to-appt)" into ~/.emacs;

  2. Create a org file named "jobs.org";

  3. Add following line to head of the file: #+SEQ_TODO: TODO(t!) WAIT(w@) | DONE(d!) CANCELED(c)

  4. Create task: M-S-RET, the input task name: "Notify me"

  5. [optional] Set prioriy: <>;

  6. [optional] Add tag: C-c C-c

  7. Add Schedule: <>, then input date and time, you can specify date and time absolutely or relatively;

  8. Save file: C-x C-s;

Note:

  • If the appointment is at today, use <> to convert it to appointment manually;

  • You have many ways to input scheduled date and time, see 8.2.1 The date/time prompt in Org Mode Manual for detail. Or you can read this in Emacs: "M-x info" -> Org Mode -> Dates and Times -> Creating timestamps -> The date/time prompt



Published

Oct 23, 2013

Last Updated

Oct 23, 2013

Category

Tech

Tags

  • emacs 22
  • org mode 4

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor