Org Mode

GO HOMEEDIT

Org Mode is a markup language and a part of the Emacs ecosystem. It's a favorite of developers, writers, and researchers alike, and is often used for literate programming.

This wiki, along with all of my other notes, is drafted entirely in org-mode and rendered through a static site generator.

This post and the emacs docs are incredibly helpful for documentation.

Basic Formatting

The structure of an org-mode file is intuitive.

: * Heading 1
: ** Heading 2
: *** Heading 3
: *** And so forth...

It supports several flavors of text:


*bold*, /italic/, _underlined_, +strikethrough+, =monospace=.

Links are rendered [[https://jacob.chvatal.com][with description]]
or without: https://karl-voit.at/2017/09/23/orgmode-as-markup-only/

Lists can be
- ordered
  - have sub-headings
    1. support enumeration
    2. as needed
- have definitions :: true.
+ works as well
- [ ] can be unfinished
- [X] or complete

: or rendered as preformatted text.
def logical():
    return f'Org mode can also'
           f'render code from many languages!'
echo "it supports any language that is supported by Emacs"
return "and can even display the result of evaluated code!"
print("Sometimes...")
It ContainsGreat Tables
42With
NativeSupport!

It has a single standard, and isn't a 'flavor' of markdown or rst!

Plugins

The best part about org mode isn't its simplicity and flexibility -- its that it has become an integral component of the Emacs ecosystem.

With this, the format has seen support for many tools -- from calendar to todo lists and READMEs to DevOps, it's flexible enough to be used anywhere -- and thrives in the right ecosystem. https://github.com/jethrokuan/org-capture-bot bot to send things to org capture https://github.com/io12/org-fragtog view latex fragments after exiting them with cursor https://www.reddit.com/r/orgmode/comments/iqhmd9/i_looked_at_my_notes_from_a_previous_class_for/ latex integrated https://blog.polaris64.net/post/emacs-using-org-mode-to-track-exercises/ xercise tracking? https://m.youtube.com/watch?feature=youtu.be&t=207&v=fgizHHd7nOo doing more with org https://www.reddit.com/r/emacs/comments/gz4lk8/org_brain_and_org_roam/ :thread: better use of org mode in conjunction with citations, research and notes on various academic works.

https://github.com/thi-ng/org-spec org skeleton for tech specs Organizing a Complex Directory for Emacs Org Mode and Deft https://www.youtube.com/watch?app=desktop&v=Ho6nMWGtepY writing a powerpoint with org and emacs

org-capture outside of emacs getting more out of org-capture https://www.wisdomandwonder.com/article/10805/emacsorg-mode-choosing-the-best-writing-and-publishing-software

Strategies

https://www.reddit.com/r/emacs/comments/i09ncw/discussion_using_emacsorgmode_to_manage_life/ using org mode to manage your life

convert data into interactive org mode views LaTeX header and sectioning (The Org Manual) Org-Mode Is One of the Most Reasonable Markup Languages to Use for Text scallywag/org-board: Org mode's web archiver. New blog and new post about exercise tracking in Org mode - orgmode https://gist.githubusercontent.com/rougier/ddb84c16c28f7cd75e27e50d4c3c43da/raw/0a91f0a6fd0b2e5fd097574cf1be82962d08db46/gistfile1.txt wikinfo convert wikipedia infoboxes into org mode entries

using org-noter org-capture and evil mode org-rifle https://karl-voit.at/orgmode/ https://github.com/scallywag/org-board/blob/master/README archival system built off of pinboard https://karl-voit.at/2017/09/23/orgmode-as-markup-only/ https://orgmode.org/worg/org-contrib/org-protocol.html https://cestlaz.github.io/post/using-emacs-70-org-protocol/ writing a resume with org-mode and pandoc export resume.org to html and pdf org-agenda using org mode to manage life

Notes

org-mode note workflow https://sachachua.com/blog/2010/09/new-note-taking-workflow-with-emacs-org-mode/ An Orgmode Note Workflow :: Rohit Goswami — Reflections

LaTeX

The Org Manual: LaTeX header and sectioning latex in links

Zotero

research workflow with zotero A research workflow with Zotero and Org mode zotero configuration

Project Management

Organize Your Life With Org-Mode Introduction Org Mode Project Management · Brian A. Maicke

Capture

DOCT: Declarative Org Capture Templates Org Capture + Evil: Go into insert mode

Agenda

My Workflow with Org-Agenda

Wiki

Wiki Org-mode Workflow Part 3: Zettelkasten with Org-mode · Jethro Kuan https://www.eliasstorms.net/zetteldeft/ Zettels and Org-mode — Zettelkasten Forum

Org-Roam

A Tour of Org Roam - YouTube Org Roam for Academics Demo

Weight tracking and fitness

Exercise https://www.reddit.com/r/emacs/comments/a4zipp/fitnessorg_an_emacs_foodweightworkout_tracker/ https://gist.github.com/alphapapa/982467abc1bf29f57c5cd2c408a77bd5#file-weight-capture-template-el https://www.reddit.com/r/orgmode/duplicates/a4zsuu/fitnessorg_an_emacs_foodweightworkout_tracker/ https://github.com/guancio/org-fit https://github.com/JNRowe/org-diet https://github.com/nobiot/Zero-to-Emacs-and-Org-roam getting emacs up on windows 10 (ugh) https://git.sr.ht/~technomancy/better-defaults

Backlinks