Re: Using regular expressions in custom agenda views

2020-06-28 Thread Nathan Neff
On Sun, Jun 28, 2020 at 5:48 PM Nathan Neff wrote: > More wonkiness: > > This custom view (no regexes) doesn't work, but manually entering projectA > (no quotes) in a tags-todo search > *does* work - so maybe my problem isn't regexes, but something else with > my org-agenda-custom-commands . . .

Re: Using regular expressions in custom agenda views

2020-06-28 Thread Nathan Neff
More wonkiness: This custom view (no regexes) doesn't work, but manually entering projectA (no quotes) in a tags-todo search *does* work - so maybe my problem isn't regexes, but something else with my org-agenda-custom-commands . . . . (setq org-agenda-custom-commands '(("1" tags-todo "projectA"

Re: Using regular expressions in custom agenda views

2020-06-28 Thread Nathan Neff
Still isn't working with org-mode 9.3.7 (org-20200622) and using emacs -q I have this file: * One :project:a:work:boss:projectA: :PROPERTIES: :Effort: 1:00 :END: * Two :projectB: :PROPERTIES: :Effort: 2:00 :END: * Bar :pt:project:b: And this custom view returns nothing: (setq org-agenda

Re: Using regular expressions in custom agenda views

2020-06-28 Thread Nathan Neff
G I tried "package update" and package mgr in Emacs kept telling me that Org 9.3.6 was the latest. Now I look @ orgmode.org and see 9.3.7 - I'll try that first after I figure out how to get that "package" or whatever that thing is to actually show the latest versions of packages. On Sun, Jun

Re: Using regular expressions in custom agenda views

2020-06-28 Thread Nathan Neff
On Sun, Jun 28, 2020 at 4:12 PM Kyle Meyer wrote: > Nathan Neff writes: > > > I'm having a difficult time using regular expressions in custom > > "tags-todo" agenda views. > > > > Is it possible to create custom agenda views using regular expressions, > > and if so, do I need to escape certain ch

Re: Using regular expressions in custom agenda views

2020-06-28 Thread Kyle Meyer
Nathan Neff writes: > I'm having a difficult time using regular expressions in custom > "tags-todo" agenda views. > > Is it possible to create custom agenda views using regular expressions, > and if so, do I need to escape certain characters? > > I can't get a simple regex like this to work, so I'