From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ali Tofigh Subject: Incremental search only within visble text Date: Tue, 1 Apr 2014 15:43:20 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WV4bK-0002ok-4V for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 15:44:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WV4bJ-0006Bo-7U for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 15:44:02 -0400 Received: from mail-qg0-x236.google.com ([2607:f8b0:400d:c04::236]:59724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WV4bJ-0006Bd-2w for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 15:44:01 -0400 Received: by mail-qg0-f54.google.com with SMTP id a108so5961800qge.41 for ; Tue, 01 Apr 2014 12:44:00 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Mailinglist emacs-orgmode Sometimes I just want to do an incremental search in the visible text of a partially folded org file. In other words, I want the search to ignore text that is invisible due to folding. I know that there is an org-copy-visible command. Is there an equivalent command for searching? /ali