From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: Turn off all folding (drawers, headlines) during structure moves? Date: Mon, 13 Dec 2010 18:39:16 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42318 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSDJ6-0007rp-Cy for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 13:39:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSDJ5-00054O-Ay for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 13:39:32 -0500 Received: from lo.gmane.org ([80.91.229.12]:42585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSDJ5-000545-3F for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 13:39:31 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PSDJ2-0007Yg-H4 for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 19:39:28 +0100 Received: from 24-216-252-176.dhcp.mdfd.or.charter.com ([24.216.252.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Dec 2010 19:39:28 +0100 Received: from jtk by 24-216-252-176.dhcp.mdfd.or.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Dec 2010 19:39:28 +0100 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 I prefer to work with all the Org elements visible, and get good results with #+STARTUP: showeverything . Even with this setting, during structure editing, drawers (e.g. :CLOCK:) fold when a headline is moved up or down in the structure, and a headline killed and yanked to a new location will yank as folded by default (** headline...). I'm not sure of the mechanism used to implement hiding/folding, are they overlays? Are there additional options to suppress all code-paths where Org folds items? If not, this is a feature request from an interested user. Thanks, Jeff