org-thesis VS ox-epub

Compare org-thesis vs ox-epub and see what are their differences.

org-thesis

Writing a Ph.D. thesis with Org Mode (by dangom)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
org-thesis ox-epub
8 2
495 83
- -
2.6 0.0
about 2 years ago over 1 year ago
Emacs Lisp Emacs Lisp
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

org-thesis

Posts with mentions or reviews of org-thesis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-06.
  • Is emacs the answer?
    2 projects | /r/emacs | 6 May 2023
    I have used Org mode in tandem with LaTeX for displaying inline statistical equations when taking notes for data science topics and have found it works very well, although I am by no means a LaTeX expert. I have, however, read where Ph.D students have used Org mode to write their theses using LaTeX.
  • Org: Include but only headers?
    1 project | /r/emacs | 26 Mar 2022
    Check out https://github.com/dangom/org-thesis
  • Writing papers/thesis in org with a barebone config
    5 projects | /r/orgmode | 27 Jan 2022
    Not barebones, but I would consider looking at scimax, which is an emacs configuration that likely is similar to your work flow. You can also look to PhD theses written in org-mode and shared on github, there are a few with sensible configurations you might want to just copy.
  • Text snippets for use in multiple documents?
    2 projects | /r/orgmode | 14 Dec 2021
  • org-mode equivalent of asciidoc tags?
    1 project | /r/orgmode | 29 Apr 2021
    The include has the ability to specify lines. Here is an article I saved that goes into how this could be used for a thesis and reuse parts for journal articles. That sounds similar to your use case. https://github.com/dangom/org-thesis
  • Emacs org-mode examples and cookbook (2017)
    5 projects | news.ycombinator.com | 10 Mar 2021
    As a sibling parent mentioned, you can tag an element by inserting it into it's own heading and adding the :ignore: tag.

    I feel this functionality is overlooked, and it is in my opinion one of the most powerful features implemented in org, as it allows you to add "meta" groupings to your org document without any effect on the content.

    Without the :ignore: tag, there is a strict semantic relation between org-mode document headings, as physically indicated by the * at the beginning of a line, and the corresponding hierarchical level of the heading's content.

    With the :ignore: tag, however, you separate content from form. Headings with :ignore: work just as headings for your file.org document: you can search for headings, link to them, add IDs and properties and whatever else you can do with headings. But when you export your document, the heading no longer exists and thus has no impact on the hierarchical level of its content.

    Why is this interesting? Well, because if content is separated from form, we can build things where the same content assume multiple forms depending on whatever context we define.

    I used this in combination with other org-mode tags, "#+exclude_tags" and "#+include" directives to build my Ph.D. thesis with org mode and have my thesis chapters be exportable both as thesis chapters as well as standalone publications. Shameless plug: https://github.com/dangom/org-thesis

    It should be straightforward to extend the idea to presentations and other formats as well.

  • Where shall I go next? Please give me some guidance you Yodas of emacs.
    8 projects | /r/emacs | 13 Feb 2021
    https://github.com/dangom/org-thesis (org mode phd solution) https://write.as/dani/writing-a-phd-thesis-with-org-mode (explaining his solution)
  • Can we use Org mode to write books and generate EPUB and MOBI files?
    3 projects | /r/emacs | 7 Jan 2021
    I wrote my thesis with org mode and wrote about it here: https://write.as/dani/writing-a-phd-thesis-with-org-mode. Repo here: https://github.com/dangom/org-thesis

ox-epub

Posts with mentions or reviews of ox-epub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-31.
  • Assistance with Writing fiction with Emacs
    6 projects | /r/emacs | 31 Jan 2022
    To export an org file to epub use ox-epub, and you'll get an option for epub in the normal org-mode export with C-c C-e.
  • Can we use Org mode to write books and generate EPUB and MOBI files?
    3 projects | /r/emacs | 7 Jan 2021
    I've recently been using org-mode (well, org markup) to mark up a few existing public domain books, and then using ox-epub to generate EPUB ebooks. It's been working well for me for the prose that I've been working with, and I've also tested HTML export to make sure it looks how I'd expect. It's a super simple workflow that generates results I'm very happy with.

What are some alternatives?

When comparing org-thesis and ox-epub you can also consider the following projects:

tufte-org-mode - An Org mode environment for producing Tufte-LaTeX books and handouts

ox-pandoc - Another org-mode exporter via pandoc.

vim-orgmode - Text outlining and task management for Vim based on Emacs' Org-Mode

ox-leanpub - Org-mode exporter for Leanpub books - mirrored from GitLab

CrossLine - CrossLine is an outliner with sophisticated cross-link capabilities in the tradition of the well-respected Ecco Pro

binder - Emacs global minor mode facilitating multi-file writing projects

scimax - An emacs starterkit for scientists and engineers

olivetti - Emacs minor mode to automatically balance window margins

org-epub - Org mode epub export

literate-calc-mode.el - 🧮 Literate programming for M-x calc

org-reveal - Exports Org-mode contents to Reveal.js HTML presentation.