From mboxrd@z Thu Jan 1 00:00:00 1970 From: Denny Zhang Subject: question about aborting an todo entry Date: Tue, 11 Nov 2008 22:29:49 +0800 Message-ID: <491996DD.3060909@126.com> Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzuFe-00009b-TA for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 09:29:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzuFd-000097-Dm for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 09:29:54 -0500 Received: from [199.232.76.173] (port=38264 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzuFd-000094-51 for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 09:29:53 -0500 Received: from m15-112.126.com ([220.181.15.112]:54205) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KzuFc-0000Hx-7H for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 09:29:53 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all In org-mode, we can set a todo entry as a done entry. What if we want to abort this entry? So my question is what should we do to differentiate between done entries and aborted entries? Thanks in advance.