emacs-orgmode
[Top][All Lists]
Advanced

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

[O] orgtable-->csv--> excel coding problems UTF8


From: Uwe Brauer
Subject: [O] orgtable-->csv--> excel coding problems UTF8
Date: Wed, 21 Jun 2017 13:22:06 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)


Hi

Consider


| Name   | Value |
| naciĆ³n |    10 |

The small function I wrote

(defun org-export-to-xlsx () 
  (interactive)
  (let* ((source-file  (file-name-sans-extension (buffer-file-name 
(current-buffer))))
         (csv-file (concat source-file ".csv")))
    (org-table-export csv-file "orgtbl-to-csv")
    (org-odt-convert csv-file "xlsx")))

Converts to an excel file, when opened with LO has the wrong coding, the
same happened to ods. I still can use gnumeric with a different lisp
function, but I am puzzled. Any idea?

Uwe Brauer 




reply via email to

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