Re: [O] import excel files into org

2017-06-28 Thread Uwe Brauer
> 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

Re: [O] import excel files into org

2017-06-28 Thread Neil Jerram
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

[O] import excel files into org

2017-06-27 Thread Uwe Brauer
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-