emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] habit-only agenda that doesn't remove tasks when done?


From: Noorul Islam K M
Subject: Re: [O] habit-only agenda that doesn't remove tasks when done?
Date: Sat, 13 Jul 2013 13:44:14 +0530
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux)

Christopher Allan Webber <address@hidden> writes:

> Hello,
>
> I'd like to have a habit-only agenda view, if possible, that looks a bit
> like:
>
>
> Morning habits
> --------------
>
> life:  TODO Shave               [   * *  *    *         !]  habit::morning:
> rsi:   TODO morning stretches   [  **   **    **       *!]  habit::morning:
>
> Night habits
> ------------
>
> life:  TODO Exercise            [   * *  *    *         !]  habit::night:
>
>
> ... and maybe an other category for cathing the rest.
>
> I'd also like to have these habits not drop off the agenda view when I
> move them to DONE if possible.  However, I'm getting the sense that this
> isn't possible... it seems like the habit system works with
> agendas-only, and there's no way to say "give me an agenda with only
> these certain things on it".

Did you try the following custom command?

              ("h" "Habits" tags-todo "STYLE=\"habit\""
               ((org-agenda-overriding-header "Habits")
                (org-agenda-sorting-strategy
                 '(todo-state-down effort-up category-keep))))

Thanks and Regards
Noorul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]