emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* After org-agenda-tag-filter-preset, (search ".") seems to break.
@ 2014-10-20 10:31 Brady Trainor
  2014-10-20 12:45 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Brady Trainor @ 2014-10-20 10:31 UTC (permalink / raw)
  To: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-20 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-20 10:31 After org-agenda-tag-filter-preset, (search ".") seems to break Brady Trainor
2014-10-20 12:45 ` Bastien

Code repositories for project(s) associated with this public 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).