From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: editing repeat items Date: Mon, 31 Mar 2008 07:50:01 +0200 Message-ID: <190AA6C7-67A1-460B-B0FD-8B3A3A2EC4AA@science.uva.nl> References: <8eve37ofst.fsf@richardriley.net> <9B2D54BF-EA5E-41D9-8E6E-B6959739CF53@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JgCuJ-0001p3-FN for emacs-orgmode@gnu.org; Mon, 31 Mar 2008 01:50:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgCuG-0001oj-HZ for emacs-orgmode@gnu.org; Mon, 31 Mar 2008 01:50:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgCuG-0001og-Cc for emacs-orgmode@gnu.org; Mon, 31 Mar 2008 01:50:08 -0400 Received: from fk-out-0910.google.com ([209.85.128.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JgCuG-0003p7-6V for emacs-orgmode@gnu.org; Mon, 31 Mar 2008 01:50:08 -0400 Received: by fk-out-0910.google.com with SMTP id 26so2066744fkx.10 for ; Sun, 30 Mar 2008 22:50:06 -0700 (PDT) In-Reply-To: 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: Richard G Riley Cc: emacs-orgmode@gnu.org Hi Richard, yes, now it is clearer. Org is not equipped to handle such a case, and frankly I am not sure if there is much to gain. You still need a time stamp for each realization to attach the subject. So you can make separate entries just as well. The only annoying thing is that you need to create those entries all at once, instead of doing it as you go. A good way to create the entries would be a keyboard macro. If you insert the following text ** Pub Quizz *** Pub Quizz <2008-03-25 21:30> And leave the cursor at the end of the second line, you can go like this: C-x ( ; start macro recording C-SPC ; set the mark C-a ; go to beginning of line M-w ; copy C-e ; end of line RET ; new line C-y ; yank C-u 7 S-right ; shift date by 7 days C-x ) ; end recording Then you do C-u 2 6 C-x e And you got your 26 entries for the next 6 months. HTH - Carsten On Mar 30, 2008, at 11:02 AM, Richard G Riley wrote: > > Hi Carsten, > > I will try to clarify. > > I have a repeat task. Normally, for me, a repeat task will be for a > "job > of work" to do at repeated intervals. It however is not the same job > of > work. e.g > > Every monday at 9am a status meeting. Or in my example ever tuesday a > pub quiz. > > I want to be able to annotate each meeting separately so I see the > weeks > specifics in the agenda. > > e.g > > 1st April ** Pub Quiz <2008-03-25 21:30 +1w> This subject > 8th April ** Pub Quiz <2008-03-25 21:30 +1w> Another subject > > It could just be being too lazy but I would like the repeat task so > that > an agenda for 6 months time has the Pub Quiz entry, but it probably > wont > have a specific "subject" in this example. > > I did try to add another active date to the original but that didnt > work > e.g > > <2008-04-08 Tue> subject1 > <2008-04-12 Tue> subject2 > > > I hope that is a little clearer, > > rgds, > > r. > > > Carsten Dominik writes: > >> On Mar 30, 2008, at 12:40 AM, Richard G. Riley wrote: >>> Richard G Riley googlemail.com> writes: >>>> Is there a facility to "unlink" a repeated item from its "repeat" >>>> parent >>>> e.g suppose I have >>>> >>>> ** Pub Quiz <2008-03-25 21:30 +1w> >>>> >>>> But open it on April 1st from the agenda for that week. >>>> >>>> In any particular one week I would like to add a certain tag or >>>> note to >>>> the task for that week only. >>> >>> With no direct solution/answer to this, could someone possibly >>> suggest another >>> approach? >> >> I think there was no answer because your question is not clear. I >> for >> one don't >> understand what exactly you want to do, and why you think it is not >> working. >> An entry like the above entry will show up in every week after the >> initial date, >> and you are free to add notes any way you like, at any time. >> >> So obviously I am missing something here. >> >> - Carsten