Skip to content

Instantly share code, notes, and snippets.

@kpb
Last active April 29, 2016 14:46
Show Gist options
  • Save kpb/f3d77d2988b77e77a384721477cc218e to your computer and use it in GitHub Desktop.
Save kpb/f3d77d2988b77e77a384721477cc218e to your computer and use it in GitHub Desktop.
Org-Mode stuff I can never remeber

### 9.6.1 Moving a tree to the archive file

The most common archiving action is to move a project tree to another file, the archive file.

`C-c C-x C-s or short C-c $ (org-archive-subtree)`

Archive the subtree starting at the cursor position to the location given by org-archive-location.

### in buffer settings

  • TODO states and date stamp when DONE

    `#+TODO: TODO INPROGRESS | DONE CANCELED`

    `#+STARTUP: logdone`

  • force org-mode

    `# -*- mode: org -*-`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment