1 2 3 4 5 6
(require 'ox-texinfo) (let ((infile "./doc/ibkr.org") (outfile "./doc/ibkr.texi")) (with-temp-buffer (insert-file-contents infile) (org-export-to-file 'texinfo outfile)))