org-thesis VS org-reveal

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

org-thesis

Writing a Ph.D. thesis with Org Mode (by dangom)

org-reveal

Exports Org-mode contents to Reveal.js HTML presentation. (by yjwen)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
org-thesis org-reveal
8 9
495 1,387
- -
2.6 0.0
about 2 years ago 6 months ago
Emacs Lisp Emacs Lisp
- -
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

org-reveal

Posts with mentions or reviews of org-reveal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-31.
  • right brain is undervalued: making presentation slides with my org
    4 projects | /r/orgmode | 31 Jan 2022
    I think that org-reveal is able to deal with most of your requirements. At least I've used background images multiple times. Overlapping non-background images and text probably is difficult.
  • Presentation as Code using ORG and reveal.js
    4 projects | /r/emacs | 14 Jan 2022
    Is there somebody who knows the differences between org-reveal.el and org-re-reveal.el?
  • Why Emacs over Scrivener ? Please guide.
    2 projects | /r/emacs | 5 Oct 2021
    I now use emacs and Org mode for notetaking (with zetteldeft) and for drafting articles. I can export them into Word and get pretty close to the formatting I want. But I also use it for writing lecture notes and making slideshows for my classes using org-reveal.
  • Difference between org-reveal and org-re-reveal?
    3 projects | /r/emacs | 25 Jun 2021
    What are the main differences between org-reveal (the one that's still maintained) and org-re-reveal?
  • org files as a backend for life management software
    2 projects | /r/orgmode | 15 Mar 2021
    I think `emacs` with `org-mode` _is_ the life management software. Also there are all kinds of "apps" built on top of this, such as https://github.com/yjwen/org-reveal/. For desktop, maybe this just serves the target group well enough, and there isn't much incentive to create a new platform, native apps or similar built on top of the org format. It would be a lot of work as well, compared to create a module for `emacs`, probably. For mobile, this doesn't work, and there are some initiatives, I have used orgzly a bit, http://www.orgzly.com/, it uses org files exactly like you describe, where the user doesn't have to be aware of the underlying format.
  • Emacs org-mode examples and cookbook (2017)
    5 projects | news.ycombinator.com | 10 Mar 2021
    Org mode is my documentation secret weapon. I write books, presentations, technical documentation, and even literate data migration scripts.

    Some added tips: ditaa is cool but you can also integrate mermaid [0] well and display inline images. There's a well-done revealjs [1] exporter. And you can also use results blocks as input to other code blocks!

    PDF export is excellent and integrates well with some scripts I wrote to publish them to my remarkable. Great for writing and then reviewing specs on the go.

    [0] https://mermaid-js.github.io/mermaid/#/

    [1] https://github.com/yjwen/org-reveal

  • Is there a way to create a beautiful presentation from Emacs?
    8 projects | /r/emacs | 22 Feb 2021
    People seem to like using reveal.js via ox-reveal.
  • David Friberg - Three interesting minor features of C++20 - Swedencpp / Gbgcpp
    1 project | /r/cpp | 1 Jan 2021
    Thanks! I write them in org-mode and use org-reveal to export it to reveal.js/HTML5 format. I have some custom tweaks in org to allow customizing style without having to use an external .css, but most of it is using org-reveal features out of the box. My next blog post will most likely be about covering this topic in more detail, and provide an org template for this kind of presentation, as many have asked about how I've created the slides. I can add a ping here for you once the post is up (late January/early February).

What are some alternatives?

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

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

org-re-reveal

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

dot-doom - My Doom Emacs config files. Mirrored from https://gitlab.com/zzamboni/dot-doom

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

org-tree-slide - A presentation tool for org-mode based on the visibility of outline trees

scimax - An emacs starterkit for scientists and engineers

emacs-reveal

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

org-download - Drag and drop images to Emacs org-mode

ox-epub - Org mode epub export

org-ml - (formerly om.el) A functional library for org-mode