From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: A simple way to search only headlines Date: Sat, 01 Jun 2013 22:10:05 +0200 Message-ID: <87sj11a8yq.fsf@thinkpad.tsdh.de> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uis85-0000SQ-7U for emacs-orgmode@gnu.org; Sat, 01 Jun 2013 16:10:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uis84-0006CY-EQ for emacs-orgmode@gnu.org; Sat, 01 Jun 2013 16:10:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:42817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uis84-0006CM-7I for emacs-orgmode@gnu.org; Sat, 01 Jun 2013 16:10:20 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uis82-0002YY-PW for emacs-orgmode@gnu.org; Sat, 01 Jun 2013 22:10:18 +0200 Received: from 91-67-10-84-dynip.superkabel.de ([91.67.10.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Jun 2013 22:10:18 +0200 Received: from tsdh by 91-67-10-84-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Jun 2013 22:10:18 +0200 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: emacs-orgmode@gnu.org Xebar Saram writes: > i was wondering if anyone knew of a way to search for text only in > headlines and not the whole document? if not is it something one can > put a feature request for? Use regular expression search or isearch. The latter would be: C-u C-s \*+.* Bye, Tassilo