From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: How to fold a footer Date: Tue, 14 Apr 2009 00:54:46 +0200 Message-ID: <87r5zwxiyx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtV3L-0004IZ-MF for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 18:54:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtV3G-0004Fa-Ak for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 18:54:58 -0400 Received: from [199.232.76.173] (port=60710 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtV3G-0004FX-4R for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 18:54:54 -0400 Received: from mail-fx0-f166.google.com ([209.85.220.166]:35367) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LtV3F-0001Jq-MD for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 18:54:53 -0400 Received: by fxm10 with SMTP id 10so2424120fxm.42 for ; Mon, 13 Apr 2009 15:54:49 -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: mailing-list-org-mode Hi, this is a minor issue. I'd like three sections and a footer: * Section 1 111 * Section 2 222 * Section 3 333 ------- Footer However, the footer appears as part of section 3, and it is hidden in the= outline view (you don't know there will be a footer until you expand secti= on 3). If I add a new section, =E2=80=9E* Footer=E2=80=9C, then this heading wil= l be exported; this is also not nice. Is there some trick to add a footer at the end? (I think org-publish can add footers, but I would prefer a solution insid= e the same file; something like #+TEXT: but for footers). Thanks, Daniel