Sébastien Vauban <wxhgmqzgw...@spammotel.com> writes:

> ** Two
>
> After different trials, I came up with the following which works for me...
>
> Evaluate this:
>
> #+begin_src emacs-lisp :results silent :tangle no
> (add-hook 'org-babel-pre-tangle-hook
>           (lambda ()
>             (setq coding-system-for-write 'iso-latin-9-unix)))
> #+end_src
>

That's great, I'm happy you found a solution.

>
> It's not clear to me what's the exact difference between the 2 variables
> (=save-buffer-coding-system= and =coding-system-for-write=). But that works:
>

I don't know myself, I've never had to dig too deeply into Emacs coding
system.

Cheers -- Eric

>
> #+begin_src sh
> s...@mediacenter:.../Accounting/dev 0$ doit.sh
> accountlog.csv  csv2ledger.sh  doit.sh  ecm-tangle.txt  my-csv2ledger.html  
> my-csv2ledger.txt
> Mon Nov 22 13:30:12     2010
> #+end_src
>
>
> Best regards,
>   Seb

_______________________________________________
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