emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Michael Gauland <mikelygee@no8wireless.co.nz>
Cc: emacs-orgmode@gnu.org
Subject: Re: Tables in ASCII export
Date: Wed, 10 Feb 2010 16:49:51 +0100	[thread overview]
Message-ID: <0FDD3B78-0FCF-4E44-8EC5-DD45021E4C85@gmail.com> (raw)
In-Reply-To: <20100207.081516.232105719.mikelygee@no8wireless.co.nz>


On Feb 6, 2010, at 8:15 PM, Michael Gauland wrote:

> When I export tables to ASCII, I'd like the rows to expand as  
> necessary so the
> full contents is visible. I've has a look at org-exp.el, but I'm at  
> a bit of a
> loss as to where to start mucking in. Any pointers would be greatly  
> appreciated!

Hi Michael,

right now I only have a dirty trick, and even that is untested.... :-(

(add-hook 'org-export-preprocess-hook
	  (lambda ()
	    (let (org-format-transports-properties-p)
	      (org-table-map-tables 'org-table-align))))

I will make a varaible for this, I think it would be useful to have,  
or even should be the default for ASCII export.....

- Carsten

  reply	other threads:[~2010-02-10 15:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-06 19:15 Tables in ASCII export Michael Gauland
2010-02-10 15:49 ` Carsten Dominik [this message]
2010-02-12 17:49 ` Carsten Dominik
2010-02-19 18:54   ` Michael Gauland
2010-02-20 19:42     ` Carsten Dominik
     [not found]       ` <20100223.125600.266023597.mikelygee@gmail.com>
2010-02-26 21:39         ` table.el support restored Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0FDD3B78-0FCF-4E44-8EC5-DD45021E4C85@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mikelygee@no8wireless.co.nz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).