[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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [O] orgtable-->csv--> excel coding problems UTF8,
Uwe Brauer <=