From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joost Kremers Subject: Re: Re: Can I input multiline in a cell? Date: Fri, 18 Feb 2011 17:43:08 +0100 Message-ID: <20110218164308.GA6803@darkstar> References: <877hd0tht6.fsf@altern.org> <87sjvnlt0w.fsf@gnu.org> <87ipwheksh.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=41950 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqTQq-0002yS-Fz for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 11:43:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqTQp-0003t5-HR for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 11:43:48 -0500 Received: from amailer.gwdg.de ([134.76.10.18]:37499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqTQp-0003sQ-C8 for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 11:43:47 -0500 Received: from 77-20-124-170-dynip.superkabel.de ([77.20.124.170] helo=darkstar) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1PqTQm-0006jR-9n for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 17:43:44 +0100 Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Fri, Feb 18, 2011 at 10:09:07AM -0500, brian powell wrote: > I haven't sent any HTMl that I know of--I fully embrace the "plain text" > KISS methods. well, you're not sending plain text messages. look at your headers: Content-Type: multipart/mixed; boundary="===============0485505407==" the "multipart" part means that your messages contain different parts, encoded in different ways. more precisely in your case, your messages consist of a plain text part and an html part, both containing the same text. when i read your message in mutt, this is what it shows: ==================== [-- Autoview using elinks -dump -eval "set document.codepage.assume = 'ISO-8859-1'" '/home/joost/tmp/mutt2xkhQU' --] I haven't sent any HTMl that I know of--I fully embrace the "plain text" KISS methods. [...] ==================== the "Autoview using elinks ..." part means mutt is calling elinks to display the message. i.e., it's displaying the html part. -- Joost Kremers Life has its moments