Beautifying Org Mode in Emacs (2018)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. notebook-mode

    GNU Emacs notebook mode

    I think the work Nicolas Rougier has done on "beautifying" Emacs (including org-mode) is about the best that's been done, examples and code:

    https://github.com/rougier/notebook-mode

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. org-modern

    :unicorn: Modern Org Style

  4. elegant-emacs

    A very minimal but elegant emacs (I think)

    Indeed!

    I remember liking "elegance" at the time[0] by the same author.

    [0]: https://github.com/rougier/elegant-emacs

  5. pandoc

    Universal markup converter

    My main authoring tool is then Emacs Markdown Mode (https://jblevins.org/projects/markdown-mode/). For data entry, it comes with some bells and whistles similar to org-mode, like C-c C-l for inserting links etc.

    I seldom export my notes for external usage, but if it is the case, I use lowdown (https://kristaps.bsd.lv/lowdown/) which also comes with some nice output targets (among the more unusual are Groff and Terminal). Of cource pandoc (https://pandoc.org/) does a very good job here, too.

  6. markdown-mode

    Emacs Markdown Mode

    My main authoring tool is then Emacs Markdown Mode (https://jblevins.org/projects/markdown-mode/). For data entry, it comes with some bells and whistles similar to org-mode, like C-c C-l for inserting links etc.

    I seldom export my notes for external usage, but if it is the case, I use lowdown (https://kristaps.bsd.lv/lowdown/) which also comes with some nice output targets (among the more unusual are Groff and Terminal). Of cource pandoc (https://pandoc.org/) does a very good job here, too.

  7. start-emacs

    A single-file starting point for your Emacs configuration

    Emacs 29 made getting started a lot easier IMO, my from-scratch configuration is pretty minimal and I use it everyday. To plug my own project, I built a "kickstart" equivalent (https://github.com/mgmarlow/start-emacs) that sets up some recommended defaults and packages with lots of comments so you can easily extend it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Automate Document Workflows for Developers

    1 project | dev.to | 23 Apr 2025
  • How to convert Markdown to PDF

    2 projects | dev.to | 23 Feb 2025
  • How I'm Automating `resume.pdf` creation with Git Hooks and Pandoc

    1 project | dev.to | 1 Jan 2025
  • NOTE: How to Install LaTeX and Pandoc on Ubuntu

    1 project | dev.to | 5 Dec 2024
  • Terminal-based presentations using Pandoc

    1 project | news.ycombinator.com | 3 Aug 2024

Did you know that Emacs Lisp is
the 27th most popular programming language
based on number of references?