From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: Dividers in File Date: Tue, 18 Nov 2008 11:34:53 -0800 (PST) Message-ID: <20081118193453.F32BC320057@mail.dagertech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2WLj-0001gj-8e for emacs-orgmode@gnu.org; Tue, 18 Nov 2008 14:34:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2WLh-0001gS-SH for emacs-orgmode@gnu.org; Tue, 18 Nov 2008 14:34:59 -0500 Received: from [199.232.76.173] (port=46381 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2WLh-0001gP-Kk for emacs-orgmode@gnu.org; Tue, 18 Nov 2008 14:34:57 -0500 Received: from dagertech.net ([64.183.98.170]:43462 helo=mail.dagertech.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2WLh-00033j-F5 for emacs-orgmode@gnu.org; Tue, 18 Nov 2008 14:34:57 -0500 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: orgmode In my org file, I have different sections setup. I'd like to separate the sections with comment dividers. For example, I'd like to have: ##################### # Section 1 * Heading 1 * Heading 2 * Heading 3 # End Section 1 ##################### ##################### # Section 2 * Heading 1 * Heading 2 * Heading 3 # End Section 2 ##################### But when I fold stuff, I get: * Heading 1... * Heading 3... * Heading 1... * Heading 3... Notice the dividers got folded into the trees. Any way to prevent this? Thanks! --------------- David A. Gershman gershman@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman