From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: How to disable folding entirely Date: Tue, 3 Nov 2009 21:46:49 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5RDk-0005Lk-0K for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 16:47:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5RDf-0005Ky-Ks for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 16:47:19 -0500 Received: from [199.232.76.173] (port=47603 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5RDf-0005Kv-EV for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 16:47:15 -0500 Received: from lo.gmane.org ([80.91.229.12]:42792) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N5RDf-0003zO-1n for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 16:47:15 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N5RDb-0001aq-TQ for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 22:47:12 +0100 Received: from 24-216-241-93.dhcp.mdfd.or.charter.com ([24.216.241.93]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Nov 2009 22:47:11 +0100 Received: from jtk by 24-216-241-93.dhcp.mdfd.or.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Nov 2009 22:47:11 +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 In certain editing scenarios, I would like to temporarily disable all folding including subtrees, property drawers, logbook entries, etc. i.e. the same initial unfolded state achieved with #+STARTUP showeverything (M-x showall), but unfolded state continues as new items are created, clocking in and out, etc. Is there a general mechanism to toggle folding in Org, or in Emacs proper? I searched many variations of 'fold'-related strings in the Org source, and didn't see anything directly applicable [1]. Thanks, Jeff [1] ~/.emacs.d/vendor/org-mode/lisp $ ack "defcustom.*fold" org.el 291:(defcustom org-startup-folded t 851:(defcustom org-yank-folded-subtrees t org-mhe.el 39:(defcustom org-mhe-search-all-folders nil [master]~/.emacs.d/vendor/org-mode/lisp $