From mboxrd@z Thu Jan 1 00:00:00 1970 From: 42 147 Subject: window splitting and preserving folded states Date: Fri, 26 Apr 2013 02:14:55 -0400 Message-ID: <4net7r8g.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVbvw-000828-Ug for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 02:15:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVbvw-0001g2-3T for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 02:15:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:51454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVbvv-0001fw-Sg for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 02:15:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UVbvu-0007US-SY for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 08:14:58 +0200 Received: from c-68-50-177-113.hsd1.md.comcast.net ([68.50.177.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Apr 2013 08:14:58 +0200 Received: from aeuster by c-68-50-177-113.hsd1.md.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Apr 2013 08:14:58 +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 Critical to what I do is splitting the buffer into two windows: however, very, often, I need to fold the headline in one of the windows in order to (more efficiently) search for vital information elsewhere in the same buffer. When I do this, the headline is folded in both windows. How can I fold this headline in one window and keep it open in the other? Is that possible? I am completely inebriated right now, so apologies for incoherence. 42