[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] org-mode, grep and folding issue
From: |
Doug Hellmann |
Subject: |
Re: [Orgmode] org-mode, grep and folding issue |
Date: |
Sat, 5 Dec 2009 11:25:58 -0500 |
On Dec 5, 2009, at 10:22 AM, Good Bad wrote:
My notes are scattered across various org files. So I use grep
(usually M-x lgrep and M-x rgrep) to search my notes. When I click
one of the grep results (in the *grep* buffer), it leads to where
the match is, but often the corresponding line is hidden because it
is inside a folded heading in an org file. In that case, I need to
press <S-tab> (org-shifttab) to cycle through global visibility
levels to start editing the line. Is there a way to not have to
press <S-tab>?
If all of the files are being added to your agenda, you can search
with "C-c a s <regex>" and the agenda view will show your results.
Doug