emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: [Babel] Small problem with... previewing


From: Sébastien Vauban
Subject: [Orgmode] Re: [Babel] Small problem with... previewing
Date: Thu, 14 Oct 2010 14:28:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

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 =C-c
C-v C-v=).

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

Best regards,
  Seb

-- 
Sébastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]