Creating eBooks with Emacs org-mode
May 28 201753 words, ~1 min. read
ebook, emacs, org-mode, pandoc
- Creating an electronic book (eBook) may be as simple as creating the content in emacs org-mode and performing any of the following,
- exporting via
ox-epub - converting via pandoc
ox-epub
C-c C-e E e
pandoc
pandoc myfile.org -o myfile.epub
pandoc myfile.org -o --epub-cover-image=mycover.jpg myfile.epub
pandoc myfile.org -o --toc myfile.epub
References
- http://idpf.org/
- https://github.com/IDPF/epubcheck
- http://kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines.pdf
- http://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000234621