[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] ASCII export: footer possible?
From: |
Jambunathan K |
Subject: |
Re: [O] ASCII export: footer possible? |
Date: |
Fri, 29 Jun 2012 14:30:47 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1 (windows-nt) |
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
--