* [PATCH] Fix inclusion of agenda-archives in search view.
@ 2010-07-14 23:40 Matt Lundin
2010-07-15 5:24 ` Patchwork: Patch 135 Accepted Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Matt Lundin @ 2010-07-14 23:40 UTC (permalink / raw)
To: Org Mode
* org-agenda.el (org-search-view): Fixed inclusion of agenda-archives
in org-agenda-text-search-extra-files.
org-search-view lacked a local binding for
org-agenda-text-search-extra-files. Thus when pop was called on the
variable, the agenda-archives symbol was removed and subsequent
searches failed to include the archives.
---
lisp/org-agenda.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 191ee52..f65ceb8 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -3444,6 +3444,7 @@ in `org-agenda-text-search-extra-files'."
'mouse-face 'highlight
'help-echo (format "mouse-2 or RET jump to location")))
(full-words org-agenda-search-view-force-full-words)
+ (org-agenda-text-search-extra-files org-agenda-text-search-extra-files)
regexp rtn rtnall files file pos
marker category tags c neg re boolean
ee txt beg end words regexps+ regexps- hdl-only buffer beg1 str)
--
1.7.1.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-15 5:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-14 23:40 [PATCH] Fix inclusion of agenda-archives in search view Matt Lundin
2010-07-15 5:24 ` Patchwork: Patch 135 Accepted Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.