From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Becker Subject: org-style folding for a .emacs Date: Mon, 13 Jul 2009 22:23:51 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQT0A-0000bK-FM for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 17:23:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQT06-0000al-2m for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 17:23:58 -0400 Received: from [199.232.76.173] (port=42499 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQT05-0000ai-S1 for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 17:23:53 -0400 Received: from mail-fx0-f217.google.com ([209.85.220.217]:53119) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQT05-0007Uw-GB for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 17:23:53 -0400 Received: by fxm17 with SMTP id 17so1682661fxm.42 for ; Mon, 13 Jul 2009 14:23:51 -0700 (PDT) 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: Org-mode ml Does anyone have a recipe for easy org-style folding of an elisp file? I'd like to divide my .emacs into segments to make it easier to oversee and navigate. Scot