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