From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: ASCII export: footer possible? Date: Fri, 29 Jun 2012 14:30:47 +0530 Message-ID: <81y5n6wkzk.fsf@gmail.com> References: <87txxuwmn1.fsf@slate.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkX4l-0001VA-Ss for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 05:01:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkX4e-0007c9-4W for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 05:01:15 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:50247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkX4d-0007bp-OA for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 05:01:08 -0400 Received: by dakp5 with SMTP id p5so4486743dak.0 for ; Fri, 29 Jun 2012 02:01:04 -0700 (PDT) In-Reply-To: <87txxuwmn1.fsf@slate.zedat.fu-berlin.de> (Loris Bennett's message of "Fri, 29 Jun 2012 10:25:06 +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: Loris Bennett Cc: emacs-orgmode@gnu.org There are two exporters now - old and new. What command are you using for the export? C-c C-e a, M-x org-export-dispatch. If you customize org-e-ascii (yourself), it is possible that you can generate the box programmatically on export and not have it in your Org file. How is the status generated - programmatically or otherwise? > 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 --