From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fritjof Subject: search and destroy bug? Date: Sun, 30 Jan 2011 15:14:17 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51308 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjY2J-0006gg-4X for emacs-orgmode@gnu.org; Sun, 30 Jan 2011 09:13:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjY2I-0003dU-6m for emacs-orgmode@gnu.org; Sun, 30 Jan 2011 09:13:51 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:34873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjY2I-0003dO-12 for emacs-orgmode@gnu.org; Sun, 30 Jan 2011 09:13:50 -0500 Received: by eyh6 with SMTP id 6so2121284eyh.0 for ; Sun, 30 Jan 2011 06:13:49 -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: emacs-orgmode@gnu.org When searching for something with C-/-/ and then deleting found subheadings with C-k, subheadings at the same level and below the deleted subheading is also deleted. The same is true when deleting subheadings found with C-/-m. Reproduce with: * heading ** 1 ** 2 ** 3 ** 4 Then C-/-/ 2, and C-k the subheading "2", fold and unfold "heading", only "1" remains.