* orgtable-->csv--> excel coding problems UTF8
@ 2017-06-21 13:22 Uwe Brauer
0 siblings, 0 replies; only message in thread
From: Uwe Brauer @ 2017-06-21 13:22 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-21 13:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21 13:22 orgtable-->csv--> excel coding problems UTF8 Uwe Brauer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).