dot-doom VS org-reveal

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

dot-doom

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

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
dot-doom org-reveal
5 9
114 1,387
- -
3.6 0.0
5 months 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.

dot-doom

Posts with mentions or reviews of dot-doom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-24.
  • Starter Kit Recommendation: Spacemacs, Doom, or Centaur
    1 project | /r/emacs | 25 Mar 2021
    I switched from a hand-maintained config to Doom last year, and I can highly recommend it. It's very well organized, the community is very friendly and it works great. If you are interested, my config is at https://github.com/zzamboni/dot-doom/blob/master/doom.org.
  • Trouble with the init.el file using org
    3 projects | /r/emacs | 24 Feb 2021
    This sets the default for all the emacs-lisp blocks in the file, but you can still selectively write other blocks to different files, or not at all by specifying :tangle no. This way you can easily tangle multiple destination files from a single Org file. For an example, you can see my doom.org file, from which Doom's init.el, config.el and packages.el are all tangled.
  • Is there a way to create a beautiful presentation from Emacs?
    8 projects | /r/emacs | 22 Feb 2021
    In my config I have a hook I can call after saving the .org file to automatically export it and update the open browser to the current slide. This makes the process of updating/viewing the presentation a lot smoother. You can find my config here: https://github.com/zzamboni/dot-doom/blob/master/doom.org#revealjs-presentations
  • Long-Time Emacs User Looking to Level-Up (note-taking for classes)
    12 projects | /r/emacs | 16 Feb 2021
    Note that I said my "old config". A few months ago. I decided to try Doom Emacs. Over a couple of days, I ported most of the important bits of my decades-old, hand-maintained config, and in the process realized I could get rid of a lot of scaffolding (like the whole package-management bits in your config) by virtue of Doom's existing mechanisms, and also I could omit a lot of the configuration because Doom includes decent defaults for many things. I have not regretted moving to Doom. You can find my new config at https://github.com/zzamboni/dot-doom/blob/master/doom.org.
  • Problem requiring ox- packages in org-export-backends
    1 project | /r/emacs | 1 Feb 2021
    If you use use-package, it works well to define the package to be loaded :after org. I have lots of examples in my old emacs config, for example: (use-package ox-hugo :defer 3 :after org :custom (org-hugo-use-code-for-kbd t)) I now use Doom Emacs, but the same technique can be used with use-package!. For example, from my Doom Config: (use-package! ox-leanpub :after org :config (require 'ox-leanpub-markdown) (org-leanpub-book-setup-menu-markdown)) HTH

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 dot-doom and org-reveal you can also consider the following projects:

pdf-tools - Emacs support library for PDF files.

org-re-reveal

writeroom-mode - Writeroom-mode: distraction-free writing for Emacs.

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

org-pomodoro - pomodoro technique for org-mode

emacs-reveal

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

git-auto-commit-mode - Automatically commit to git after each save

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

org-sidebar - A helpful sidebar for Org mode

zetteldeft - A Zettelkasten system! Or rather, some functions on top of the emacs deft package.