Hi Bastien
On Thu, Nov 14, 2013 at 11:40 PM, Bastien wrote:
> Michael Brand writes:
>> Author: Bastien Guerry
>> Date: Wed Nov 13 13:56:12 2013 +0100
>>
>> org.el: Allow C--1 C-c C-t to set repeated tasks to a done state
>>
>> broke org-todo on
>>
>> * TODO a
>> SCHEDULED: <2013
Hi Michael,
Michael Brand writes:
> Author: Bastien Guerry
> Date: Wed Nov 13 13:56:12 2013 +0100
>
> org.el: Allow C--1 C-c C-t to set repeated tasks to a done state
>
> broke org-todo on
>
> * TODO a
> SCHEDULED: <2013-11-14 Thu ++1w>
Fixed, thanks.
--
Bastien
Hi Bastien
On Wed, Nov 13, 2013 at 2:02 PM, Bastien wrote:
> Bastien writes:
>> You can apply the patch you'll find here:
>> http://article.gmane.org/gmane.emacs.orgmode/78700
>>
>> Then use C-- 1 C-c C-t to switch to a DONE state even for repeating
>> events. I'll surely apply the patch on mas
Bastien writes:
> You can apply the patch you'll find here:
> http://article.gmane.org/gmane.emacs.orgmode/78700
>
> Then use C-- 1 C-c C-t to switch to a DONE state even for repeating
> events. I'll surely apply the patch on master soon, I'm still waiting
> for some feedback.
It's now in maste
Hi Kenneth,
Kenneth Jacker writes:
> Great minds think alike? ;-)
>
> That's what I ended up using soon after my ML posting.
Great manual make great minds stumble upon solutions :)
> bzg> but the presence of the repeater will still let the TODO state
> bzg> switch to the next one, namely
bzg> Hi Kenneth,
Hello, Bastien!
Sorry to have taken so long to reply ...
>> When I use `t' or "C-c C-t", the keywords change from TODO, to PENDING,
>> to CANCELED, and then repeat *only those three states*.
>>
>> Shouldn't I be able to use the above to mark the this week's task as DO
Hi Kenneth,
Kenneth Jacker writes:
> When I use `t' or "C-c C-t", the keywords change from TODO, to PENDING,
> to CANCELED, and then repeat *only those three states*.
>
> Shouldn't I be able to use the above to mark the this week's task as DONE?
If you use fast TODO selection like this
#+SEQ_T
[ Ubuntu; Org 8.2 ]
I've defined this:
(setq org-todo-keywords
'((sequence "TODO" "PENDING" "|" "CANCELED" "DONE")))
And then created a simple, repeating task:
** TODO Mow the lawn
<2013-10-03 Thu +1w>
When I use `t' or "C-c C-t", the keywords change from TODO, to PE