summaryrefslogtreecommitdiff
path: root/lisp/init-org.el
AgeCommit message (Collapse)Author
2014-04-23Function to switch to Org buffer in other windowKyle Meyer
2014-04-16Try out new system for defining Org agenda filesKyle Meyer
Define based on directories rather than individual files.
2014-04-16Remove some Org capture templatesKyle Meyer
No reason to have so many inboxes, since they will just be refiled later.
2014-04-16Add function to sort on parent headingKyle Meyer
2014-04-15Change org-refile-to-other* bindingsKyle Meyer
Make consistent with `org-refile'.
2014-04-13Add function to set buffer for Org refilingKyle Meyer
2014-04-13Cosmetic changes to Org refile functionsKyle Meyer
2014-04-13Simplify km/org-refile-to-other-org-bufferKyle Meyer
- Call `km/org-refile-to-other-file' non-interactively instead of repeating logic. - Move org buffer completion to separate function.
2014-04-12Update for magit-visit-item renameKyle Meyer
2014-04-09Install and setup ace-linkKyle Meyer
Removing ido-vertical because if it is active, some links in the lower portion of the window are cutoff.
2014-04-02Add commands to refile beyond org-refile-targetsKyle Meyer
2014-04-02Move org ido settingsKyle Meyer
2014-03-30Set org-agenda-text-search-extra-filesKyle Meyer
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