From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: (new feature suggestion?) indicate 'repeater' nature in Agenda Date: Tue, 6 Jul 2010 14:43:42 +0200 Message-ID: <9153753C-F463-4F8D-9691-BC1B4ABB7B1A@gmail.com> References: <8738FB76-3F91-4898-8251-13DB990540D0@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59808 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OW7bt-00061D-JG for emacs-orgmode@gnu.org; Tue, 06 Jul 2010 08:50:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OW7bs-0001jS-8l for emacs-orgmode@gnu.org; Tue, 06 Jul 2010 08:50:49 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:38548) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OW7bs-0001j6-39 for emacs-orgmode@gnu.org; Tue, 06 Jul 2010 08:50:48 -0400 Received: by fxm20 with SMTP id 20so819315fxm.0 for ; Tue, 06 Jul 2010 05:50:45 -0700 (PDT) In-Reply-To: <8738FB76-3F91-4898-8251-13DB990540D0@gmail.com> 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: Livin Stephen Sharma Cc: emacs-org-mode-help gnu On Jul 2, 2010, at 8:57 AM, Livin Stephen Sharma wrote: > > Is there a way to quickly/visually differentiate between repeating/ > single-occurence tasks? > > If not, something like say, adding an asterisk somewhere in the > entry would be great. > > 1. Scheduled* - starred schedule/deadline string > 2. TODO * - starred 'todo' string > 3. fifa2010* - starred 'category' string > > ( asking too much? J ) > > I looked for org-agenda--repeat variables and searched 'repeat' in > the pdf manual, but didn't find a way to do this..\ There is nothing in there right now, but it could be implemented. Not sure how useful I would find this, though. A simpler way would be (and this is what I do) this: Collect stuff with repeating time stamps in one place and make sure the category is special. For example, I have * Habits :PROPERTIES: :CATEGORY: habit :END: ** Habit 1 ** Habit 2 * Regular stuff :PROPERTIES: :CATEGORY: regular :END: ** Item 1 ** Item 2 > > Thanks > Livin Stephen Sharma > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten