From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Space in Exported Text Date: Wed, 26 Mar 2014 14:56:08 -0400 Message-ID: References: <87r45oolny.fsf@quasar.esben-stien.name> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSszr-0000tp-5R for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 14:56:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSszm-0003W4-07 for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 14:56:19 -0400 Received: from mail-qc0-x22b.google.com ([2607:f8b0:400d:c01::22b]:53928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSszl-0003Vx-Sr for emacs-orgmode@gnu.org; Wed, 26 Mar 2014 14:56:13 -0400 Received: by mail-qc0-f171.google.com with SMTP id c9so3115485qcz.2 for ; Wed, 26 Mar 2014 11:56:12 -0700 (PDT) In-reply-to: <87r45oolny.fsf@quasar.esben-stien.name> 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: Esben Stien Cc: emacs-orgmode@gnu.org On 2014-03-26 at 14:32, Esben Stien wrote: > If I f.ex make a beautiful table in org-mode: > > |-----+-----+-------+--------+-------------------------| > | foo | bar | xyzzy | hukarz | | > | qux | | corge | grault | garply waldo fred plugh | > | baz | | | | | > |-----+-----+-------+--------+-------------------------| > > , it's not so beautiful anymore if I send it in an email. > > Is it not possible to force these spacings as space? > > I guess this is gnus fault, but I'm not really sure. Looks perfect to me. I'm using fixed-width font in my email client. Changing tabs to spaces won't solve bad looking tables because most people use variable-width fonts. Nothing you can do about that. You can also use mu4e and compose emails in an Org minor-mode (includes babel and everything!) and convert emails to HTML when sent (and include a plain-text copy too). I think that would be the best bet of having a table look good to the recipient. See "Org Mode Example" section at bottom of http://www.brool.com/index.php/using-mu4e -k.