From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: [Babel] Small problem with... previewing Date: Thu, 14 Oct 2010 14:53:39 +0100 Message-ID: <8739s8ricc.fsf@stats.ox.ac.uk> References: <80mxqirxf1.fsf@mundaneum.com> <87mxqinmff.fsf@gmail.com> <804ocpm003.fsf_-_@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=56427 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6OFx-0003LY-TN for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 09:54:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6OFw-0004Pf-IK for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 09:54:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:42398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6OFw-0004PK-C5 for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 09:54:04 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6OFi-0000kM-UV for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 15:53:50 +0200 In-Reply-To: <804ocpm003.fsf_-_@mundaneum.com> (=?utf-8?Q?=22S=C3=A9bastie?= =?utf-8?Q?n?= Vauban"'s message of "Thu, 14 Oct 2010 14:28:44 +0200") 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: =?utf-8?Q?S=C3=A9bastien?= Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org S=C3=A9bastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> The following inhibits the insertion of blank lines on tangling. >> >> (setq org-babel-tangle-pad-newline nil) > > That works for the tangled file, but not for the preview buffer (run with= =3DC-c > C-v C-v=3D). > > Test it on the following: > > #+begin_src sh :results output :exports results > grep indAllocType ../../champs.csv |\ > iconv -f LATIN1 -t UTF8 |\ > tr "[]" "|" | cut -d "|" -f 2 | cut -d " " -f 2- |\ > sed 's%, %\n%g' > #+end_src Hi Seb, That should be fixed now. Dan > > Best regards, > Seb