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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to