doom VS org-journal

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
doom org-journal
26 12
75 1,209
- -
7.5 7.3
2 days ago about 2 months ago
Org Emacs Lisp
MIT License BSD 3-clause "New" or "Revised" License
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.

doom

Posts with mentions or reviews of doom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-19.
  • Lisp (particularly Scheme) aware editor
    8 projects | /r/lisp | 19 Jun 2022
    Otherwise, please try out Doom Emacs :) https://github.com/hlissner/doom-emacs/
  • Windows, Frames... great...but sessions?!
    6 projects | /r/emacs | 23 Apr 2022
    Doom Emacs is a fantastic distribution of Emacs which makes performance improvements on vanilla emacs, probably making it faster than your own configuration. The installation process and migrating your config would be simple IMO, so you may want to give it a try... https://github.com/hlissner/doom-emacs/
  • Best Emacs ports for Mac 2022
    3 projects | /r/emacs | 10 Mar 2022
    I prefer https://github.com/d12frosted/homebrew-emacs-plus which works nicely with https://github.com/hlissner/doom-emacs
  • Your first taste of emacs
    13 projects | dev.to | 8 Feb 2022
    Doom emacs and Spacemacs are "emacs distributions": when installed you get an entirely pre-configured emacs with all of the nice bells and whistles already there for you. I personally started with spacemacs and then moved to my own emacs config later. One massive caveat for spacemacs is that it is highly intergrated with the "evil" package, which means it uses vim keybindings. While you can disable "evil-mode", the configuration will be greatly hindered without it.
  • Sublime Text misrepresents major version update, demands $80
    1 project | news.ycombinator.com | 5 Jan 2022
    I haven’t used Emacs in about 5 years. Had to look up Doom Emacs.

    It looks nice.

    https://github.com/hlissner/doom-emacs

  • Guide to setting up emacs for web development?
    2 projects | /r/emacs | 28 Nov 2021
    It may or may not be your long-term environment but for someone looking for Vim keybinds and an easy on-ramp, you can dip your toes via doom-emacs and enable the relevant modules. I'd start with :lang javascript[1] and web with +lsp and :tools lsp[2].
  • GitHub Down again 11/27/2021
    5 projects | news.ycombinator.com | 27 Nov 2021
    I just had a very odd thing happen to me on GitHub.

    I accidentally closed my browser so I reopened it with Undo Tab Close, and GitHub's tab title was labeled "Your account recovery is unable to load" for a very brief moment. Then a GitHub error site with a pink unicorn loaded. The URL which was supposed to load was https://github.com/hlissner/doom-emacs which I had tried to load about 15 minutes or so.

  • Switching from vim
    2 projects | /r/emacs | 19 Nov 2021
    Maybe something like https://github.com/hlissner/doom-emacs can be a good idea if you don't want to start from scratch.
  • Why Emacs: Redux
    7 projects | news.ycombinator.com | 17 Nov 2021
  • Vimconf 2021 – Oct 29, 30
    2 projects | news.ycombinator.com | 29 Oct 2021

org-journal

Posts with mentions or reviews of org-journal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-16.
  • Ask HN: What are good self hosted time tracking software for consultants?
    18 projects | news.ycombinator.com | 16 Dec 2022
  • Ask HN: How you maintain your daily log?
    18 projects | news.ycombinator.com | 27 Oct 2022
    I use org-mode with org-journal https://github.com/bastibe/org-journal

    What's nice about this workflow is when I create TODO items and don't finish them for a day it transfers over to the next day.

  • Your tips for time recording in emacs?
    4 projects | /r/emacs | 22 Aug 2022
    Sounds like org-mode is what you need, particularly clocking like was mentioned in another comment. However your workflow requires lots of customization. Ultimately you need to take a deeper dive into org-mode and what it can do(and how), along with org-clock-convenience with maybe org-journal. Your starting point should always be agenda, not the .org file itself.
  • Do you guys write on a notebook or have a digital file for notes?
    5 projects | /r/computerscience | 30 Jul 2022
    As mentioned elsewhere, I too do a mix (happy to talk fountain pens and paper if you’d like). But for digital, Emacs is the supreme solution. It has tools like Org-roam for Zettlekasten-style notes, Org-journal for a developers journal, Org-babel for literate (or Jupyter-style) explorations. Nothing else comes close. Oh, and the “E” stands for extensible, so if it doesn’t do what you need, you can make it yourself.
  • How do you store your notes?
    17 projects | /r/linux | 13 Jun 2022
  • Double Question regarding Capture Templates and Archiving
    2 projects | /r/orgmode | 11 Mar 2022
    For the second question, 1. try package like org-reverse-datetree and org-journal which can custom data format and level. 2. use file+function in capture template to find the right location in the file. 3. make the function in 2 respect you extend-day-until.
  • Creating a daily document in orgmode
    1 project | /r/orgmode | 27 Jan 2022
    org-journal seems to fit your description pretty well. I have been using it for years.
  • Keeping a Lab Notebook [pdf]
    2 projects | news.ycombinator.com | 27 Aug 2021
    - type my timestamped notes

    I can do this from any buffer in Emacs, so it's really convenient to stop in the middle of something, jot down a note, and then go right back to what I was doing. I develop iOS/macOS software right now, so the switch to Emacs from Xcode is a little more friction than I used to have, but it's so useful I don't mind it at all.

    I have a weekly journal in a directory for the year, titled week number-month-day that started that week (this week's is `34_08-23`)

    [0]https://github.com/bastibe/org-journal

  • Org Roam: The Best Way to Keep a Journal in Emacs
    1 project | /r/emacs | 24 Aug 2021
    bastibe/org-journal is already a feature full extension to Org for keeping a journal. And actively maintained by Bastian and Christian.
  • Show HN: Note, my simple command line note taking app
    9 projects | news.ycombinator.com | 22 Feb 2021
    I'm interested in using org-journal, a minor mode for Emacs org-mode, which supports collapsing. https://github.com/bastibe/org-journal

        * Tuesday, 06/04/13

What are some alternatives?

When comparing doom and org-journal you can also consider the following projects:

spacemacs - A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!

awesome-reMarkable - A curated list of projects related to the reMarkable tablet

prelude - Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.

fsnotes - Notes manager for macOS/iOS

GNU Emacs - Mirror of GNU Emacs

.doom.d - Private DOOM Emacs config highly focused around orgmode and GTD methodology, along with language support for Python and Elisp.

homebrew-emacs-plus - Emacs Plus formulae for the Homebrew package manager

org-reverse-datetree - An alternative date tree implementation for Emacs Org mode

cider - The Clojure Interactive Development Environment that Rocks for Emacs

remarkableflash

use-package - A use-package declaration for simplifying your .emacs

org-roam - Rudimentary Roam replica with Org-mode