From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: org-mode, grep and folding issue Date: Sat, 05 Dec 2009 15:51:57 -0500 Message-ID: <87ein95eky.fsf@gollum.intra.norang.ca> References: <39143.98166.qm@web45108.mail.sp1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NH1bt-0007KD-5i for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 15:52:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NH1bp-0007JQ-FN for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 15:52:08 -0500 Received: from [199.232.76.173] (port=57370 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NH1bp-0007JN-8k for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 15:52:05 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:55414) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NH1bo-0008OL-Ub for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 15:52:05 -0500 In-Reply-To: <39143.98166.qm@web45108.mail.sp1.yahoo.com> (Good Bad's message of "Sat\, 5 Dec 2009 07\:22\:40 -0800 \(PST\)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Good Bad Cc: Emacs Org-mode Good Bad writes: > 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 > (org-shifttab) to cycle through global visibility levels to > start editing the line. Is there a way to not have to press ? I have f9-v bound to visible-mode which toggles folding on and off for the entire file. YMMV, Bernt