From mboxrd@z Thu Jan 1 00:00:00 1970 From: Good Bad Subject: org-mode, grep and folding issue Date: Sat, 5 Dec 2009 07:22:40 -0800 (PST) Message-ID: <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 1NGwT9-0006sS-Fn for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 10:22:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGwT4-0006qT-Kh for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 10:22:46 -0500 Received: from [199.232.76.173] (port=41191 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGwT4-0006qM-Eq for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 10:22:42 -0500 Received: from web45108.mail.sp1.yahoo.com ([68.180.197.112]:32207) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NGwT4-0007WC-4G for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 10:22:42 -0500 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: Emacs Org-mode 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 ?