Re: [Orgmode] Exporting non utf8 org documents

2010-03-22 Thread Francesco Pizzolante
Hi Carsten, I'm sorry for my very very late reply on this topic, but I'm just observing problem with this. you can remove the code I sent you again, and instead grab the latest git release. Then you can also do (setq org-export-latex-inputenc-alist '((utf8 . utf8x))) to get utf8x instead

Re: [Orgmode] Exporting non utf8 org documents

2010-01-10 Thread Carsten Dominik
Hi Francesco, you can remove the code I sent you again, and instead grab the latest git release. Then you can also do (setq org-export-latex-inputenc-alist '((utf8 . utf8x))) to get utf8x instead of utf8. HTH - Carsten On Jan 8, 2010, at 1:36 PM, Francesco Pizzolante wrote: Hi

Re: [Orgmode] Exporting non utf8 org documents

2010-01-08 Thread Francesco Pizzolante
Hi Carsten, here is a possible solution: Please get the latest git version of org-mode. Then put the following code into .emacs: (defun my-org-export-latex-fix-inputenc () Set the codingsystem in inputenc to what the buffer is. (let* ((cs buffer-file-coding-system)

Re: [Orgmode] Exporting non utf8 org documents

2010-01-08 Thread Carsten Dominik
On Jan 8, 2010, at 1:36 PM, Francesco Pizzolante wrote: Hi Carsten, here is a possible solution: Please get the latest git version of org-mode. Then put the following code into .emacs: (defun my-org-export-latex-fix-inputenc () Set the codingsystem in inputenc to what the

Re: [Orgmode] Exporting non utf8 org documents

2010-01-08 Thread Carsten Dominik
On Jan 8, 2010, at 1:36 PM, Francesco Pizzolante wrote: Hi Carsten, here is a possible solution: Please get the latest git version of org-mode. Then put the following code into .emacs: (defun my-org-export-latex-fix-inputenc () Set the codingsystem in inputenc to what the

Re: [Orgmode] Exporting non utf8 org documents

2010-01-06 Thread Carsten Dominik
Hi Francesco, here is a possible solution: Please get the latest git version of org-mode. Then put the following code into .emacs: (defun my-org-export-latex-fix-inputenc () Set the codingsystem in inputenc to what the buffer is. (let* ((cs buffer-file-coding-system)

Re: [Orgmode] Exporting non utf8 org documents

2010-01-04 Thread Carsten Dominik
Hi Francesco, can you com up with code that maps the Emacs buffer coding system to the inputenc option? Then I can write the code to insert this into the proper place in the LaTeX header - Carsten On Dec 8, 2009, at 5:22 PM, Francesco Pizzolante wrote: Hi, I have colleagues who