> On 27/06/17 17:54, Uwe Brauer wrote:
> What is the intended difference between those?
The first one imports a xlsx file, which has the same name as the org
file
> The second one looks odd, because
Asks for a file.
> - xlsx-file is never used
Right, my bad
> - there doesn't
On 27/06/17 17:54, Uwe Brauer wrote:
Hi
Maybe the following is helpful:
(defun org-table-import-xlsx-to-csv-org ()
(interactive)
(let* ((source-file (file-name-sans-extension (buffer-file-name
(current-buffer
(xlsx-file (concat source-file ".xlsx"))
(csv-file (c
Hi
Maybe the following is helpful:
(defun org-table-import-xlsx-to-csv-org ()
(interactive)
(let* ((source-file (file-name-sans-extension (buffer-file-name
(current-buffer
(xlsx-file (concat source-file ".xlsx"))
(csv-file (concat source-file ".csv")))
(org-odt-