From: Manish <mailtomanish.sharma@gmail.com> To: "Tom Breton (Tehom)" <tehom@panix.com> Cc: emacs-orgmode@gnu.org Subject: Re: Docs submitted (Was Re: Advice sought on managing decision alternatives.) Date: Fri, 13 Feb 2009 09:53:29 +0530 [thread overview] Message-ID: <e7cdbe30902122023sc0a3de3ub307494416f3a053@mail.gmail.com> (raw) In-Reply-To: <1778.65.96.63.84.1234469596.squirrel@mail.panix.com> On Fri, Feb 13, 2009 at 1:43 AM, Tom Breton (Tehom) wrote: >> On Wed, Feb 11, 2009 at 4:18 AM, Tom Breton (Tehom) wrote: >>> [...] >>> I couldn't reproduce this. Is this on the same test file as before? >> >> Sorry for the delay in reply, Tom. I reproduce the situation below: >> >> First the test file. >> >> --8<---------------cut here---------------start------------->8--- >> #+CHOOSE_TODO: REJECTED(r) NOT_CHOSEN(n,-) MAYBE(,0) >> LEANING_TOWARDS(l) CHOSEN(c,+) >> >> * Which editor to use? >> *** LEANING_TOWARDS Emacs >> *** LEANING_TOWARDS Vim >> *** LEANING_TOWARDS Textmate >> *** REJECTED Gedit >> *** REJECTED Textpad >> --8<---------------cut here---------------end--------------->8--- >> >> 0. I have latest org-choose loaded, org-mode restarted, and local >> setup refreshed. >> 1. S-right on the second item to switch it to CHOSEN state. It works. >> 2. Now S-right on the first item to switch it to CHOSEN state. Also >> works. >> >> Both entries stay at CHOSEN state whereas I expected the second entry >> to switch to a NON-CHOSEN state (possibly switching just one state >> backwards not all the way back to REJECTED, but then I do not yet >> understand it fully.) >> >> Is this the right behaviour? If yes, please help me understand this a >> little. Or could I be doing or have something wrong in my setup? > > That's not right the behavior, but again I can't seem to reproduce this. > Using your test file and following your instructions, I get the correct > behavior. Specifically, after S-right on second item: > [begin] > * Which editor to use? > *** NOT_CHOSEN Emacs > *** CHOSEN Vim > *** NOT_CHOSEN Textmate > *** REJECTED Gedit > *** REJECTED Textpad > [end] > Then after S-right on the first item, again correctly: > [begin] > * Which editor to use? > *** MAYBE Emacs > *** LEANING_TOWARDS Vim > *** NOT_CHOSEN Textmate > *** REJECTED Gedit > *** REJECTED Textpad > [end] > > Now there's clearly something different between my setup and yours that it > causing a bug, but it's very difficult to diagnose and fix at a distance. > > I have a theory that it's caused by an unloaded library whose absence makes > `org-map-entries' abort. > > What I'm going to try is to add a require for org-agenda. Will you try it > and tell me whether it fixes the bug? Because I just can't see the bug in > my setup. I didn't know if you meant to send me a patch or try something myself. I do not know any elisp but I interpreted your statement to mean something like the following patch and tried but without success. This is with "GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON" and latest Org-mode compiled from git with uncompiled org-choose.el. --8<---------------cut here---------------start------------->8--- diff --git a/contrib/lisp/org-choose.el b/contrib/lisp/org-choose.el index a5e8a19..1f54df6 100644 --- a/contrib/lisp/org-choose.el +++ b/contrib/lisp/org-choose.el @@ -65,6 +65,7 @@ (require 'org) (eval-when-compile (require 'cl)) +(require 'org-agenda) ;;;_. Body ;;;_ , The variables --8<---------------cut here---------------end--------------->8--- I am sure you meant something more intelligent. :-/ Thanks for looking into it. -- Manish
next prev parent reply other threads:[~2009-02-13 4:23 UTC|newest] Thread overview: 55+ 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 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 [this message] 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)
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=e7cdbe30902122023sc0a3de3ub307494416f3a053@mail.gmail.com \ --to=mailtomanish.sharma@gmail.com \ --cc=emacs-orgmode@gnu.org \ --cc=tehom@panix.com \ --subject='Re: Docs submitted (Was 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).