Re: [O] Strange Custom Agenda Problem

2012-05-23 Thread Bastien
Hi Mike, Mike McLean mike.mcl...@pobox.com writes: I have attached a minimal Org Mode setup that replicates this problem. The files are minimal-org.el and test.org. The lisp file is the minimum configuration for org-mode and the org-file is a simplified test file. Thanks a lot for this.

Re: [O] Strange Custom Agenda Problem

2012-05-23 Thread Bastien
Hi Laurynas, Laurynas Biveinis laurynas.bivei...@gmail.com writes: I am also experiencing strange issues with custom agenda commands after I upgraded to 7.8.10 (not sure if from 7.8.09 - I might have skipped a version or two). In my case the negative tag selection stopped working in

Re: [O] Strange Custom Agenda Problem

2012-05-23 Thread Mike McLean
On May 23, 2012, at 6:17 AM, Bastien wrote: Hi Mike, Mike McLean mike.mcl...@pobox.com writes: I have attached a minimal Org Mode setup that replicates this problem. The files are minimal-org.el and test.org. The lisp file is the minimum configuration for org-mode and the org-file is a

Re: [O] Strange Custom Agenda Problem

2012-05-23 Thread Bastien
Mike McLean mike.mcl...@pobox.com writes: Thanks for the fix. You're welcome. I really need to start leaning the Org-Mode code base, especially seeing how simple this fix was. The fix was easy but finding the problem was not, because I assumed the existing regexp (prior to commit c50f0c)

Re: [O] Strange Custom Agenda Problem

2012-05-23 Thread Laurynas Biveinis
2012/5/23 Bastien b...@gnu.org: In my case the negative tag selection stopped working in tags-todo. For example, project-somedaymaybe/!TODO works as if it were project+somedaymaybe/!TODO this should be fixed now -- please have a pull and let me know. I did and can confirm the fix. Thanks!

Re: [O] Strange Custom Agenda Problem

2012-05-21 Thread Mike McLean
I have attached a minimal Org Mode setup that replicates this problem. The files are minimal-org.el and test.org. The lisp file is the minimum configuration for org-mode and the org-file is a simplified test file. The minimal configuration assumes: - A working directory of ~/tmp/tags-test

Re: [O] Strange Custom Agenda Problem

2012-05-21 Thread Laurynas Biveinis
I am also experiencing strange issues with custom agenda commands after I upgraded to 7.8.10 (not sure if from 7.8.09 - I might have skipped a version or two). In my case the negative tag selection stopped working in tags-todo. For example, project-somedaymaybe/!TODO works as if it were

Re: [O] Strange Custom Agenda Problem

2012-05-17 Thread Mike McLean
On Thursday, May 17, 2012, Bastien wrote: Hi Mike, Mike McLean mike.mcl...@pobox.com javascript:; writes: I have the following (amount other things) in my org-agenda-custom-commands: (setq org-agenda-custom-commands '((x test tags-todo +Outcome+LEVEL=4))) When I

Re: [O] Strange Custom Agenda Problem

2012-05-17 Thread Mike McLean
On Thursday, May 17, 2012, Mike McLean wrote: On Thursday, May 17, 2012, Bastien wrote: Hi Mike, Mike McLean mike.mcl...@pobox.com writes: I have the following (amount other things) in my org-agenda-custom-commands: (setq org-agenda-custom-commands '((x test tags-todo

Re: [O] Strange Custom Agenda Problem

2012-05-17 Thread Bastien
Mike McLean mike.mcl...@pobox.com writes: I will, but I'm booked in meetings today so it may take a day ... Though in lieu of proper debugging and bug-reporting I reversed the above referenced commit in my local copy of org and now my full, complex setup works as expected as does the

[O] Strange Custom Agenda Problem

2012-05-16 Thread Mike McLean
In the past few days one of my custom agenda commands stopped working as it used to. I haven't (yet) bisected my Org-Mode configuration (*) and org-mode to find the exact cause, but was wondering if anyone had any ideas. I have the following (amount other things) in my

Re: [O] Strange Custom Agenda Problem

2012-05-16 Thread Bastien
Hi Mike, Mike McLean mike.mcl...@pobox.com writes: I have the following (amount other things) in my org-agenda-custom-commands: (setq org-agenda-custom-commands '((x test tags-todo +Outcome+LEVEL=4))) When I custom-command select “x”, I get no results. I tested with your