emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Quick function to search all Agenda buffers


From: John Wiegley
Subject: [Orgmode] Quick function to search all Agenda buffers
Date: Sun, 23 Sep 2007 19:02:46 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin)

The following quickie will give you a command that lists all matching
lines in all of your Agenda files.

John

(defun org-multi-occur (regexp)
  (interactive "sList all lines matching: ")
  (multi-occur (mapcar 'get-file-buffer (org-agenda-files)) "org"))




reply via email to

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