Alldocs

Convert Emacs
to OpenOffice

Looking for a free text converter? Look no more, upload your Emacs Org mode files and convert them to OpenOffice ODT files. Yes, it’s that easy.

Converting from Emacs Org mode

Oh man, we really learned a lot about text formats already, but Emacs Org mode is the nerdiest thing ever. It’s like a note keeping app and a todo app, like a project management tool and a book authoring tool. But all that based on a plain-text file. That’s real digital minimalism. No cloud, no binary data, no proprietary file formats, just a simple, good old plain-text file. Add headlines, lists, paragraphs, tasks, time tracking, agendas, tables. Thank you, Carsten Dominik, for developing such a great file format. By the way, the logo is a unicorn and that’s fair, after all it’s very unique.

The files end with .txt by default.

More about Emacs Org mode files

Converting to OpenOffice ODT

Having office files in a proprietary format is a big risk, that you should avoid. Thanks to OpenOffice it’s not even hard to do. With the OpenOffice ODT format we’ve got an open format, that is based on other open formats. Every ODT file is a Zip file, that contains at least a content.xml (an XML file) with the — you might have guessed it already - the content. You can open the XML file in the program of your liking, update the content and re-open it in your office program without worrying to break the file. This enables you to interact with your office files through code. And even more important, you can be pretty sure there will always be software to open and edit those files. That’s a big plus, isn’t it?

The files end with .odt by default. More about OpenOffice ODT files