Hacker News new | past | comments | ask | show | jobs | submit login

I would highly recommend learning some of agenda mode. I originally started with only using the tree editing features. But one of the coolest features is the agenda mode and the fact that you can create custom views which pull in all the details you want. Here is the view I use all the time:

  (setq org-agenda-custom-commands
      '(("w" "Agenda and Next todos"
         ((agenda "" ((org-agenda-ndays 1))) ;show anything scheduled for today including habits
          (todo "NEXT|IN PROGRESS"
                ((org-agenda-overriding-header "Working On"))) ;things that I am currently working on
          (todo "TODO"
                ((org-agenda-overriding-header "Check Todo's"))) ;Todo items to check on periodically
          (todo "WAITING"
                ((org-agenda-overriding-header "Waiting On"))))))) ;things I am blocking on



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: