From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How to remove a item set by diary-cyclic for once? Date: Fri, 01 May 2009 08:58:02 -0400 Message-ID: <878wlhf09x.fsf@gollum.intra.norang.ca> References: <49FA886A.20502@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzsJi-0000n8-PO for emacs-orgmode@gnu.org; Fri, 01 May 2009 08:58:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzsJf-0000fz-PT for emacs-orgmode@gnu.org; Fri, 01 May 2009 08:58:14 -0400 Received: from [199.232.76.173] (port=49291 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzsJf-0000fN-Ip for emacs-orgmode@gnu.org; Fri, 01 May 2009 08:58:11 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:62850) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LzsJe-0005vs-VK for emacs-orgmode@gnu.org; Fri, 01 May 2009 08:58:11 -0400 In-Reply-To: <49FA886A.20502@gmail.com> (Wei-Wei Guo's message of "Fri\, 01 May 2009 13\:28\:10 +0800") 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: Wei-Wei Guo Cc: emacs-orgmode@gnu.org Wei-Wei Guo writes: > I scheduled a weekly item by > > %%(diary-cyclic 7 05 01 2009) Group meeting. > > The meeting in next week is canceled. Can I cancel the item only in next week? > I also tried to mark CANCELED before it, but the marker is added on the parent > item. Why not use a repeating task? * TODO Your Meeting SCHEDULED: <2009-05-01 Fri +1w> Then you can mark it DONE or CANCELLED in appropriate weeks and it will reschedule to the following Friday. The log that records the cancel would go in your :LOGBOOK: drawer normally. -Bernt