org-remember: Skip creation of the default '* Notes' task
commite0cb3655616f38a801c1d20378645b8814c80d4b
authorBernt Hansen <bernt@norang.ca>
Thu, 9 Apr 2009 21:00:13 +0000 (9 17:00 -0400)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 10 Apr 2009 08:26:57 +0000 (10 10:26 +0200)
tree98b168774f5aa9901d89b41145dc3203741a2962
parentd0b97015494908053a88bafa416e0dc24f28ca64
org-remember: Skip creation of the default '* Notes' task

Remember and refile processing does not require a task.  This change
removes the unneeded default task.

This supports a workflow where new remember tasks and notes go into a
mostly empty file which just has #+FILETAGS: at the top and nothing
else.

This workflow has a minimal number of remember templates
  - one for new tasks and (filed in tasks.org)
  - one for new notes (filed in notes.org)
  - one for phone calls (filed in phone.org)

New tasks are added as top-level tasks to the end of these files and
the #+FILETAGS: REFILE header causes each task to be easy to find.
All tasks in these files are refiled to a more appropriate org file at
a later time.
lisp/org-remember.el