From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: ASCII export: footer possible? Date: Fri, 29 Jun 2012 10:25:06 +0200 Message-ID: <87txxuwmn1.fsf@slate.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkWW9-0004eT-3l for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 04:25:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkWW4-0004P2-Cd for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 04:25:28 -0400 Received: from plane.gmane.org ([80.91.229.3]:56753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkWW4-0004Of-1q for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 04:25:24 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SkWVy-0003P3-U5 for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 10:25:18 +0200 Received: from slate.zedat.fu-berlin.de ([160.45.11.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jun 2012 10:25:18 +0200 Received: from loris.bennett by slate.zedat.fu-berlin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jun 2012 10:25:18 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I want to maintain a list of news for a "message of the day" in an org file and export it to ASCII: /=================================================================================\ | #+OPTIONS: author:nil timestamp:nil toc:nil num:nil tags:nil H:3 | | #+EXPORT_SELECT_TAGS: current | | #+TITLE: | | | | ------------------------------------------------------------------------------- | | | | WELCOME TO MY COMPUTER | | | | ------------------------------------------------------------------------------- | | EWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEW | | ------------------------------------------------------------------------------- | | | | * 29.06.2012 :current: | | | | No news is good news. | | | | * 28.06.2012 :current: | | | | Everything fine today. | | | | * 20.06.2012 | | | | Down for maintenance. | | | | * 18.06.2012 | | | | My computer is now online | | | | ------------------------------------------------------------------------------- | | EWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEW | | ------------------------------------------------------------------------------- | \=================================================================================/ When exported this gives me: /=================================================================================\ | ------------------------------------------------------------------------------- | | | | WELCOME TO MY BIG COMPUTER | | | | ------------------------------------------------------------------------------- | | EWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEWS * NEW | | ------------------------------------------------------------------------------- | | | | 29.06.2012 | | ---------- | | | | No news is good news. | | | | 28.06.2012 | | ---------- | | | | Everything fine today. | | | \=================================================================================/ Currently the footer is not exported. Is there any way to achieve this? Thanks, Loris -- Loris Bennett