summaryrefslogtreecommitdiff
path: root/lisp/init-org.el
AgeCommit message (Collapse)Author
2014-03-23Show Org context when visiting from Magit diffKyle Meyer
2014-03-16Add global keybinding for org-save-all-org-buffersKyle Meyer
2014-03-15Show Org context with `next-error'Kyle Meyer
2014-03-15Fix new diminishingKyle Meyer
Changes in ebe6d8a were not tested at load time.
2014-03-15Remove STARTED key from org agenda dispatchKyle Meyer
This was masking the keyword search, and I can access this from the T key.
2014-03-15Diminish some more modesKyle Meyer
2014-02-25Correct position of heading in init-org.elKyle Meyer
2014-02-20Add binding to narrow Org tree in current windowKyle Meyer
Complements C-c C-x b, which (by default) opens the tree in an indirect buffer in a new window.
2014-02-18Flip prefix when making Org indirect bufferKyle Meyer
2014-02-17Give org-metadown a "C-c C-x" bindingKyle Meyer
2014-02-15Move bog to separate init fileKyle Meyer
2014-02-15Add binding for bog-rename-staged-pdf-to-citekeyKyle Meyer
2014-02-08Add some Bog keybindings to OrgKyle Meyer
2014-02-01Add note to Org NA stateKyle Meyer
2014-01-26Reorganize and use require-packageKyle Meyer
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el.
2014-01-26Follow Purcell's emacs.d structureKyle Meyer
User init files are added using provide/require. https://github.com/purcell/emacs.d