From mboxrd@z Thu Jan 1 00:00:00 1970 From: SabreWolfy Subject: Include TODO for once-off events? Date: Wed, 11 Jun 2014 12:49:46 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wuhyp-0002WQ-8r for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 08:50:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wuhyg-0007mn-Ib for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 08:50:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:50933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wuhyf-0007jF-U8 for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 08:50:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wuhyb-0006R5-RG for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 14:50:01 +0200 Received: from ad0.wits.ac.za ([146.141.1.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jun 2014 14:50:01 +0200 Received: from sabrewolfy by ad0.wits.ac.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jun 2014 14:50:01 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I use the following to include once-off events in my Agenda: --8<---------------cut here---------------start------------->8--- * Once-Off Task <2014-06-11 Wed 09:00> --8<---------------cut here---------------end--------------->8--- What is the difference (benefit) to rather doing this: --8<---------------cut here---------------start------------->8--- * TODO Once-Off Task <2014-06-11 Wed 09:00> --8<---------------cut here---------------end--------------->8--- The second method gives me a red "TODO" in the Agenda and allows me to mark the task as "DONE". Is that the primary reason for using "TODO"? If the state of a task is not important, there is no need to include "TODO"?