[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[emacs-wiki-discuss] Re: Making planner simpler
From: |
Sacha Chua |
Subject: |
[emacs-wiki-discuss] Re: Making planner simpler |
Date: |
Thu, 16 Dec 2004 00:43:32 +0900 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
Chris <address@hidden> writes:
> If I assign multiple tasks with a 'nil' date, is there a way to get
> planner to ask me to choose a new task from the undated tasks for a
> project when I complete a task for that project ?
Jody Klymak asked for a similar feature some time back. The snippet in
my http://sacha.free.net.ph/notebook/emacs/planner-config.el with the
following definitions:
;; For Jody Klymak
(defun sacha/planner-seek-next-unfinished-and-undated-task () ...
(defun sacha/planner-queue-next-task (&optional task-info) ...
(defadvice planner-task-done (after sacha activate) ...
Can someone please file the useful snippets under
http://www.emacswiki.org/cgi-bin/wiki/PlannerModeContrib or some other
wiki page? I think I'm too close to the code to figure out where
what kind of documentation would make sense to other users. ^_^
> I am thinking of a pop-up buffer (similar to that used by reftex for
> example) that allows me to choose the "next action" from a project
> plan page when I have completed a dated task . I seem to remember
> this being mentioned before, but I cannot find the reference.
My current config schedules the next task on the plan page, but as I
haven't gone to the trouble of sorting things nicely, I usually end up
C-c C-c nil'ing it. That said, it did lead to a burst of planner
hacking today, as the tasks that showed up were small and fun.
You could probably change the defadvice to bring up the linked plan
page if it exists, and position the point to the next undated task.
--
Sacha Chua <address@hidden> - open source geekette
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C
interests: emacs, gnu/linux, personal information management, CS ed
applying as a Debian new maintainer | looking for a grad school
- Re: [emacs-wiki-discuss] Re: Making planner simpler, (continued)
- Re: [emacs-wiki-discuss] Re: Making planner simpler, Carl Worth, 2004/12/14
- [emacs-wiki-discuss] Re: Making planner simpler, Jody Klymak, 2004/12/14
- Re: [emacs-wiki-discuss] Re: Making planner simpler, Carl Worth, 2004/12/14
- [emacs-wiki-discuss] Re: Making planner simpler, Sacha Chua, 2004/12/14
- [emacs-wiki-discuss] Re: Making planner simpler, Jody Klymak, 2004/12/14
- Re: [emacs-wiki-discuss] Re: Making planner simpler, Dryice Liu, 2004/12/14
- [emacs-wiki-discuss] Re: Making planner simpler, Sacha Chua, 2004/12/14
- Re: [emacs-wiki-discuss] Re: Making planner simpler, Dryice Liu, 2004/12/14
- [emacs-wiki-discuss] Re: Making planner simpler, Chris, 2004/12/15
- [emacs-wiki-discuss] Re: Making planner simpler,
Sacha Chua <=
- Re: [emacs-wiki-discuss] Re: Making planner simpler, Seth Falcon, 2004/12/15
- Re: [emacs-wiki-discuss] Re: Making planner simpler, Raimund Kohl-Fuechsle, 2004/12/15
- Re: [emacs-wiki-discuss] Re: Making planner simpler, Andreas Stemmer, 2004/12/15
- Re: [emacs-wiki-discuss] Re: Making planner simpler, Seth Falcon, 2004/12/15
- [emacs-wiki-discuss] Re: Making planner simpler, Sacha Chua, 2004/12/16
- Re: [emacs-wiki-discuss] Re: Making planner simpler, Seth Falcon, 2004/12/17
- [emacs-wiki-discuss] Re: Making planner simpler, Sacha Chua, 2004/12/17
- [emacs-wiki-discuss] the A0 prioritization (was: Re: Making planner simpler), Vadim Nasardinov, 2004/12/14
- [emacs-wiki-discuss] Re: the A0 prioritization, Sacha Chua, 2004/12/14
- Re: [emacs-wiki-discuss] the A0 prioritization (was: Re: Making planner simpler), Carl Worth, 2004/12/14