From: Carsten Dominik <dominik@science.uva.nl> To: "Tom Breton (Tehom)" <tehom@panix.com> Cc: emacs-orgmode@gnu.org Subject: Re: Advice sought on managing decision alternatives. Date: Sun, 8 Feb 2009 14:06:49 +0100 [thread overview] Message-ID: <6444D654-9B7B-415D-A6DB-F3BADCB1EE2A@uva.nl> (raw) In-Reply-To: <1044.66.30.185.29.1234039592.squirrel@mail.panix.com> Hi Tom, I have now added org-choose.el, it is part of the current git status. A few comments: On Feb 7, 2009, at 9:46 PM, Tom Breton (Tehom) wrote: > > Hi, Carsten. Here is the new patch to org.el and the new > org-choose.el > > A couple of notes: > > * As we talked about, "decisions" and "chosenness" are now called > "choose" everywhere. Great. > > * I was able to add the library-aware customization we talked about. This is nice, I earned something new! :convert-widget..... > > * I also added new variable `org-todo-normal-interpretations' - see > explanation below. See my comments below > > * New test file. Essentially the same, with name replacement. I have not run the tests myself yet. > > * Didn't append the example files; they are all unchanged from before. > > ******* About `org-todo-normal-interpretations' > > You said your idea was to make a generally useful system. I noticed > that one thing was still hard-coded. It's the part of org-todo that > finds the next entry: > > (memq interpret '(sequence choose)) > ... > (memq interpret '(type priority)) Yes, this is correct. I appreciate you noticing this additional point where changes have to be made. However, for now I have opted for a different solution: I made the sequence interpretation the last test in the cond chain, so that all interpretations that are not `type' will fall back to this mechanism. I envision that we can add another hook if someone wants an additional way of handling this. I would like to minimize the number of variables where an add-on has to insert itself. I have commented the corresponding line which tries to add to the non-existing variable org-todo-normal-interpretations' in org-choose.el I hope you agree with this solution, if not let me know. I think what is missing now is documentation. It seems to me that there should be some minimal documentation in org-choose.el, and it would be great to get a tutorial on Worg which describes this in more detail. Thanks a lot for this contribution, and for your precision and attention to detail. - Carsten
next prev parent reply other threads:[~2009-02-08 13:06 UTC|newest] Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top [not found] <20090101170227.C707734803@mail2.panix.com> 2009-01-01 22:53 ` Feature request and patch - blocked TODO to say BLOCKED Tom Breton (Tehom) 2009-01-09 8:16 ` Carsten Dominik 2009-01-15 2:34 ` Tom Breton (Tehom) 2009-01-17 8:01 ` Carsten Dominik 2009-01-19 3:33 ` Advice sought on managing decision alternatives Tom Breton (Tehom) 2009-01-22 11:15 ` Carsten Dominik 2009-01-31 4:21 ` Tom Breton (Tehom) 2009-01-31 5:41 ` Carsten Dominik 2009-01-31 18:36 ` Tom Breton (Tehom) 2009-02-01 15:54 ` James TD Smith 2009-02-06 13:08 ` Carsten Dominik 2009-02-06 16:16 ` William Henney 2009-02-06 20:07 ` Tom Breton (Tehom) 2009-02-07 0:18 ` Carsten Dominik 2009-02-07 20:46 ` Tom Breton (Tehom) 2009-02-08 13:06 ` Carsten Dominik [this message] 2009-02-08 20:25 ` Tom Breton (Tehom) 2009-02-09 6:42 ` Carsten Dominik 2009-02-10 3:14 ` Docs submitted (Was Re: Advice sought on managing decision alternatives.) Tom Breton (Tehom) 2009-02-10 7:55 ` Carsten Dominik 2009-02-24 0:51 ` org-choose bugfix Tom Breton (Tehom) 2009-02-24 3:05 ` Manish 2009-04-07 0:13 ` Tom Breton (Tehom) 2009-04-08 13:13 ` Carsten Dominik 2009-02-24 5:51 ` Carsten Dominik 2009-02-10 8:46 ` Docs submitted (Was Re: Advice sought on managing decision alternatives.) Manish 2009-02-10 9:12 ` Carsten Dominik 2009-02-10 10:26 ` Manish 2009-02-10 22:48 ` Tom Breton (Tehom) 2009-02-12 12:50 ` Manish 2009-02-12 20:13 ` Tom Breton (Tehom) 2009-02-13 4:23 ` Manish 2009-02-12 20:55 ` Patch " Tom Breton (Tehom) 2009-02-13 4:38 ` Manish 2009-02-11 1:08 ` Tom Breton (Tehom) 2009-02-11 10:34 ` Carsten Dominik 2009-02-11 21:41 ` Tom Breton (Tehom) 2009-02-11 23:38 ` Nick Dokos 2009-02-12 4:17 ` Tom Breton (Tehom) 2009-02-11 23:44 ` Carsten Dominik 2009-02-12 4:27 ` Tom Breton (Tehom) 2009-02-12 15:49 ` Nick Dokos 2009-02-12 20:32 ` Tom Breton (Tehom) 2009-02-12 21:25 ` Nick Dokos 2009-02-11 12:29 ` Carsten Dominik 2009-02-11 14:58 ` Docs submitted Bernt Hansen 2009-02-11 17:33 ` Samuel Wales 2009-02-11 15:38 ` Docs submitted (Was Re: Advice sought on managing decision alternatives.) Daniel Clemente 2009-02-11 15:41 ` Carsten Dominik 2009-02-11 20:02 ` Tom Breton (Tehom) 2009-02-11 23:45 ` Carsten Dominik 2009-02-11 1:45 ` Slight fix to update-org.sh Tom Breton (Tehom) 2009-02-10 23:19 ` Docs submitted (Was Re: Advice sought on managing decision alternatives.) Tom Breton (Tehom) 2009-02-11 10:34 ` Carsten Dominik 2009-02-10 22:45 ` Tom Breton (Tehom) [not found] <20090122112819.B30E12940C@mail1.panix.com> 2009-01-22 22:11 ` Advice sought on managing decision alternatives Tom Breton (Tehom)
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://www.orgmode.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=6444D654-9B7B-415D-A6DB-F3BADCB1EE2A@uva.nl \ --to=dominik@science.uva.nl \ --cc=emacs-orgmode@gnu.org \ --cc=tehom@panix.com \ --subject='Re: Advice sought on managing decision alternatives.' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).