Org Mode

Table of Contents

1. Description

Org mode is a GNU Emacs major mode for keeping notes, authoring documents, computational notebooks, literate programming, maintaining to-do lists, planning projects, and more — in a fast and effective plain text system.

2. Header arguments

:properties:
:header-args:bash: :mkdirp yes :tangle-mode (identity #o600) :tangle /ssh:deneb:/home/alan/water/urls
:end:

3. Exporting

3.2. PDF

The easier approach is to first export the Org buffers as .odt file format then use LibreOffice to export as .pdf

4. Publishing

4.1. Uploading files

:publishing-directory can use TRAMP to publish over SSH but its not recommended, use rsync or similar instead

5. Indentation after a plain list

Hit 3 times RET to end a list

- list
  <-- list indentation
  <-- list indentation
<-- end of list indentation

6. Random commands

  • C-c ^ to sort a list

7. Org roam

7.2. Unable to resolve link

Run M-x org-roam-update-org-id-locations to update org-IDs

8. References