emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] After org-agenda-tag-filter-preset, (search ".") seems to break.


From: Brady Trainor
Subject: [O] After org-agenda-tag-filter-preset, (search ".") seems to break.
Date: Mon, 20 Oct 2014 03:31:15 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

For a global search, the result of custom command `g' seems to work,
while the custom command `f' fails. I am guessing this has to do with
`search' block is not tied in strongly to the greater set of custom
command tools, but wanted to bring it to your attention in case it was
found to be unwanted behavior.

#+BEGIN_SRC emacs-lisp
(setq org-agenda-custom-commands
      '(("g" "Global search"
         ((search ".")))
        ("f" "Global search after tag filter"
         ((search "."))
         ((org-agenda-tag-filter-preset '("+work"))))))
#+END_SRC

In other words, the regexp wildcard `.' works with `(search ".")'
alone, but seems to fail after a tag-filter, i.e. only headlines with
periods in them work.

--
Brady




reply via email to

[Prev in Thread] Current Thread [Next in Thread]