Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Brian van den Broek
On 12 Oct 2011 16:22, "Andrea Crotti"  wrote:
>
> There is a nice little app for android called "do it tomorrow", where
> you can plan easily for one day, and move them to the next day easily.
>
> I was trying to do the same in org-mode, so my idea is that:
> - in the morning I fill some tasks which I should do during the day
> - at night I move to the next days the ones which were not finished
>
> (maybe the "DONE" flag should be set automatically in case they're
> trivial or the explanation might go somewhere else).
>
> The problem is that from the agenda view I can't easily move a task to
> the next day, is anyone doing anything like this?
>
> Thanks,
> Andrea
>

Andrea,

All too often, I reschedule from the agenda. On an item, C-c C-s, the use
the calendar to pick the new day. Does that not do what you are after?

Best,

Brian vdB


Re: [O] do it today, or well, tomorrow

2011-10-12 Thread John Rakestraw
On Wed, 12 Oct 2011, Brian van den Broek wrote:
> All too often, I reschedule from the agenda. On an item, C-c C-s, the use
> the calendar to pick the new day. Does that not do what you are after?

Even more simply,  while sitting on the task in the
agenda moves it ahead by a day.

-- 
John Rakestraw



Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Dave Abrahams

on Wed Oct 12 2011, Andrea Crotti  wrote:

> There is a nice little app for android called "do it tomorrow", where
> you can plan easily for one day, and move them to the next day easily.
>
> I was trying to do the same in org-mode, so my idea is that:
> - in the morning I fill some tasks which I should do during the day
> - at night I move to the next days the ones which were not finished
>
> (maybe the "DONE" flag should be set automatically in case they're
> trivial or the explanation might go somewhere else).
>
> The problem is that from the agenda view I can't easily move a task to
> the next day, is anyone doing anything like this?

Binding `org-agenda-date-later' to a key like `f' ought to work out for
you.

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com




Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Antoine Levitt
12/10/11 16:22, Andrea Crotti
> There is a nice little app for android called "do it tomorrow", where
> you can plan easily for one day, and move them to the next day easily.
>
> I was trying to do the same in org-mode, so my idea is that:
> - in the morning I fill some tasks which I should do during the day
> - at night I move to the next days the ones which were not finished
>
> (maybe the "DONE" flag should be set automatically in case they're
> trivial or the explanation might go somewhere else).
>
> The problem is that from the agenda view I can't easily move a task to
> the next day, is anyone doing anything like this?

I use S-right:

 runs the command org-agenda-do-date-later




Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Andrea Crotti

On 10/12/2011 03:54 PM, Dave Abrahams wrote:

Binding `org-agenda-date-later' to a key like `f' ought to work out for
you.



'f' is already bound to next-week, and it's also quite useful.
Shift-right work great thanks!
The problem is that shift-arrow in general is a disputed key for me,
so I have to use M-- / M-+ to get the same result, not a big deal anyway.

Thanks everyone



Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Carsten Dominik

On 12.10.2011, at 16:41, John Rakestraw wrote:

> On Wed, 12 Oct 2011, Brian van den Broek wrote:
>> All too often, I reschedule from the agenda. On an item, C-c C-s, the use
>> the calendar to pick the new day. Does that not do what you are after?
> 
> Even more simply,  while sitting on the task in the
> agenda moves it ahead by a day.

An alternative is to use the scheduling mechanism.

* TODO My Task
  SCHEDULED: <2011-10-12 Wed>

This task will automatically be forwarded to the following day, until it is 
done.

- Carsten




Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Andrea Crotti

On 10/12/2011 04:55 PM, Carsten Dominik wrote:


An alternative is to use the scheduling mechanism.

* TODO My Task
   SCHEDULED:<2011-10-12 Wed>

This task will automatically be forwarded to the following day, until it is 
done.

- Carsten



Fantastic!
I only see the habit page on the manual now, but it has to be enabled,
and the "SCHEDULED" setting has to be done by hand right?
Maybe I should use a capture template for that?

And it's not very clear how do I set an habit on a task, when I run
org-habit-toggle-habits it opens me the agenda buffer, instead of doing 
something in

the current task as I (wrongly) expected.



Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Carsten Dominik

On 12.10.2011, at 18:08, Andrea Crotti wrote:

> On 10/12/2011 04:55 PM, Carsten Dominik wrote:
>> 
>> An alternative is to use the scheduling mechanism.
>> 
>> * TODO My Task
>>   SCHEDULED:<2011-10-12 Wed>
>> 
>> This task will automatically be forwarded to the following day, until it is 
>> done.
>> 
>> - Carsten
>> 
>> 
> Fantastic!
> I only see the habit page on the manual now, but it has to be enabled,
> and the "SCHEDULED" setting has to be done by hand right?

Use C-c C-s for this.  All described in detail in the manual - take the time to 
read it!

> Maybe I should use a capture template for that?

That is also a possibility, of course!

> 
> And it's not very clear how do I set an habit on a task, when I run
> org-habit-toggle-habits it opens me the agenda buffer, instead of doing 
> something in
> the current task as I (wrongly) expected.

Again, the manual does cover this.  the toggle-habit function is for turning 
them on and off in the agenda display.

- Carsten





Re: [O] do it today, or well, tomorrow

2011-10-12 Thread John Wiegley
> Andrea Crotti  writes:

> On 10/12/2011 03:54 PM, Dave Abrahams wrote:
>> Binding `org-agenda-date-later' to a key like `f' ought to work out for
>> you.

> 'f' is already bound to next-week, and it's also quite useful.

I bind M-n/p to next/perv-week/day/etc.

John




Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Andy Moreton
On Wed 12 Oct 2011, John Wiegley wrote:

>> Andrea Crotti  writes:
>
>> On 10/12/2011 03:54 PM, Dave Abrahams wrote:
>>> Binding `org-agenda-date-later' to a key like `f' ought to work out for
>>> you.
>
>> 'f' is already bound to next-week, and it's also quite useful.
>
> I bind M-n/p to next/perv-week/day/etc.
>

I fervently hope this an unfortunate typo. A whole week ? :-)

AndyM




Re: [O] do it today, or well, tomorrow

2011-10-12 Thread John Wiegley
> Andy Moreton  writes:

>> I bind M-n/p to next/perv-week/day/etc.

> I fervently hope this an unfortunate typo. A whole week ? :-)

LOL.  Somehow, flyspell thinks prev is less correct than perv.

John




Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Andrew Hyatt
While we're talking about scheduling... one thing I'd love to see, but
never figured out how to do, is to schedule a parent task, and have
the subtasks all inherit that schedule.  I think I've tried most
obvious things, but schedules seem just not to be inherited.

On Wed, Oct 12, 2011 at 1:12 PM, Carsten Dominik
 wrote:
>
> On 12.10.2011, at 18:08, Andrea Crotti wrote:
>
>> On 10/12/2011 04:55 PM, Carsten Dominik wrote:
>>>
>>> An alternative is to use the scheduling mechanism.
>>>
>>> * TODO My Task
>>>   SCHEDULED:<2011-10-12 Wed>
>>>
>>> This task will automatically be forwarded to the following day, until it is 
>>> done.
>>>
>>> - Carsten
>>>
>>>
>> Fantastic!
>> I only see the habit page on the manual now, but it has to be enabled,
>> and the "SCHEDULED" setting has to be done by hand right?
>
> Use C-c C-s for this.  All described in detail in the manual - take the time 
> to read it!
>
>> Maybe I should use a capture template for that?
>
> That is also a possibility, of course!
>
>>
>> And it's not very clear how do I set an habit on a task, when I run
>> org-habit-toggle-habits it opens me the agenda buffer, instead of doing 
>> something in
>> the current task as I (wrongly) expected.
>
> Again, the manual does cover this.  the toggle-habit function is for turning 
> them on and off in the agenda display.
>
> - Carsten
>
>
>
>



Re: [O] do it today, or well, tomorrow

2011-10-13 Thread Rainer Stengele
Am 12.10.2011 22:25, schrieb John Wiegley:
>> Andrea Crotti  writes:
> 
>> On 10/12/2011 03:54 PM, Dave Abrahams wrote:
>>> Binding `org-agenda-date-later' to a key like `f' ought to work out for
>>> you.
> 
>> 'f' is already bound to next-week, and it's also quite useful.
> 
> I bind M-n/p to next/perv-week/day/etc.
> 
> John
> 
> 
> 
Hi John,

I think I have read somewhere that you wrote a function which does the 
following:

If a todos schedule date is more than one day in the past it will be scheduled
automatically to today when using the function to move the schedule forward for 
one day.

Is that right and if yes could you share it please?

Best,
Rainer



Re: [O] do it today, or well, tomorrow

2011-10-13 Thread John Wiegley
> Rainer Stengele  writes:

> I think I have read somewhere that you wrote a function which does the
> following:

> If a todos schedule date is more than one day in the past it will be
> scheduled automatically to today when using the function to move the
> schedule forward for one day.

> Is that right and if yes could you share it please?

That was a feature suggestion made by Dave Abrahams.  Hasn't been coded yet,
sorry. :(  But followup on the thread so Carsten sees it has more supporters!
:)

Thx, John




Re: [O] do it today, or well, tomorrow

2011-10-13 Thread Eric Abrahamsen
On Thu, Oct 13 2011, John Wiegley wrote:

>> Rainer Stengele  writes:
>
>> I think I have read somewhere that you wrote a function which does the
>> following:
>
>> If a todos schedule date is more than one day in the past it will be
>> scheduled automatically to today when using the function to move the
>> schedule forward for one day.
>
>> Is that right and if yes could you share it please?
>
> That was a feature suggestion made by Dave Abrahams.  Hasn't been coded yet,
> sorry. :(  But followup on the thread so Carsten sees it has more supporters!
> :)

This may very well be a nice thing to have, but also note that you can
go onto a scheduled item, hit C-c C-s, then type +1 to have it scheduled
to tomorrow. That seems pretty close to enough, though it's not quite
automated. Bulk agenda action?

-- 
GNU Emacs 24.0.90.1 (i686-pc-linux-gnu, GTK+ Version 2.24.4)
 of 2011-10-06 on pellet
Org-mode version 7.7 (release_7.7.374.g9bd1)