doomemacs/modules/lang/org
Henrik Lissner e8945b2142
No evil-org-special-o/O in plain lists by default
evil-org changes the behavior of o/O to create new headlines, plain list
items or table rows. I disable its new behavior in plain lists only.
This was done because:

1. It isn't uncommon to want o/O's default behavior in plain list bodies
   of text. Unlike tables, where a new line in the middle of a table
   doesn't make much sense.
2. M-RET/S-M-RET exists.
2018-07-04 13:26:43 +02:00
..
autoload Fix evil-org's o/O in nested plain lists 2018-07-04 13:16:11 +02:00
test Move unit tests from ert to buttercup 2018-06-15 03:42:01 +02:00
+attach.el Defer projectile config in org 2018-06-17 14:52:07 +02:00
+babel.el Refactor out map.el usage 2018-06-23 19:53:54 +02:00
+capture.el Mark +org-dir obsolete (use org-directory instead) 2018-06-15 01:05:22 +02:00
+export.el Mark +org-dir obsolete (use org-directory instead) 2018-06-15 01:05:22 +02:00
+present.el lang/org: remove <f8> keybind for +org-present/start 2018-03-06 18:41:31 -05:00
config.el No evil-org-special-o/O in plain lists by default 2018-07-04 13:26:43 +02:00
packages.el Look for the correct feature name for org+rest 2018-06-20 17:04:22 -07:00
README.org lang/org: add baseline readme 2017-12-31 00:44:57 -05:00

:lang org

This module provides support for org-mode.

  • A custom attachment system that keeps files in a centralized location.
  • Drag-and-drop support for images (with inline preview) and media files (drops a file icon and a short link).
  • Executable code blocks with support for a variety of languages and tools, including REST requests, SQL, google translate, plantuml, and matlab.
  • An org-capture workflow that works from outside Emacs (through the bin/org-capture shell script).
  • Exported documents are saved to a centralized location.
  • A configuration for using org-mode for slide-show presentations, or exporting org files to reveal.js slideshows.
  • (TODO) A static site generator based in org-mode and Emacs.

org-mode is a beast, and Doom's most difficult module to maintain. And its most important. This module is highly opinionated and experimental; my foray into learning org is a neverending quest.

Table of Contents   TOC

Install

Org has no hard dependencies, but there are some things you'll need to make use of Org's more esoteric features.

  • For inline LaTeX previews, you need latex and dvipng.
  • To run babel code blocks, you need whatever dependencies those languages need. It is recommended you enable the associated module in lang/ and ensure its dependencies are met.
  • The +crm module uses a sqlite database to manage your contacts, invoices, and projects; this needs sqlite installed.

MacOS

brew cask install mactex
brew install sqlite

Arch Linux

sudo pacman --needed --noconfirm -S texlive-core texlive-bin texlive-science sqlite

Configuration

(Coming soon)

Usage

(Coming soon)

Appendix

(Coming soon)