[O] Org-mode Habit with Varying Description

2014-10-20 Thread Daya Atapattu
Is there a way to create a habit that picks-up the description from a list?

I like to schedule studying a book:  It would be scheduled as Read pages
100-125.  Then the next day it should read Read pages 126-150.  The
description of the habit varies; org-mode picks that up sequentially from a
list.

Is that possible?

Regards,

- Daya


Re: [O] Org-mode Habit with Varying Description

2014-10-20 Thread Daya Atapattu
Thanks for the response, Bastien.

I guess, short of writing some elisp code, I will have to reschedule each
evening for next day.I can't schedule in advance, because I miss some
days.

- Daya


On Mon, Oct 20, 2014 at 10:52 AM, Bastien b...@gnu.org wrote:

 Hi Daya,

 Daya Atapattu atapat...@gmail.com writes:

  Is there a way to create a habit that picks-up the description from a
  list?
 
  I like to schedule studying a book:  It would be scheduled as Read
  pages 100-125.  Then the next day it should read Read pages
  126-150.  The description of the habit varies; org-mode picks that
  up sequentially from a list.
 
  Is that possible?

 No.  Also, a habit with a varying description is not really a habit
 anymore.  You really have several recurring tasks, each is different.

 --
  Bastien



Re: [O] Effort Per Day

2013-04-06 Thread Daya Atapattu
Thank you.  Appreciate your help.

- Daya



On Thu, Apr 4, 2013 at 6:08 AM, Bastien b...@altern.org wrote:

 Hello,

 daya atapat...@gmail.com writes:

  There are some tasks on which I would like spend a specified time of the
 day.  I
  would like to set a per-day effort on these tasks.  The current effort
 system
  seem to support effort per task, not effort per day.  What is the
 recommended
  way of doing this?

 Using a daily repeater for your task should be enough.

 Also check `org-clock-mode-line-total' for more options.

 HTH,

 --
  Bastien



[O] Use depend.el for Cyclic Triggering

2011-11-29 Thread Daya Atapattu
Hello all:

I am new to org-mode and have been trying to get the following to work.

I have:

TODO Item1
TODO Item 2
TODO Item 3
TODO Item 4

I want to schedule Item 1 for today and when I change it to DONE Item 2
should be scheduled for tomorrow.
When I set Item 2 to DONE Item 3 should be scheduled for next day and so on.

All this happens (they get scheduled for the same day, but that I can live
with)  in the first cycle.
But when all four are showing DONE it won't get any further.

I want this to go on for ever.

I tried adding .+4 to schedule and inserting :STYLE: habit as a property.
I was hoping that way the item will not get marked DONE, but just advance
the scheduled date with TODO.  But that does not happen.

So I am looking for a method to either an Item will pass on the trigger
without marking itself DONE (but advancing the scheduled date)
or
passing trigger to next sibling even if it is marked DONE and change DONE
to TODO.

Is there any way to do that with the current structure?

Thanks.

- Daya