summaryrefslogtreecommitdiff
path: root/lisp/init-org.el
AgeCommit message (Collapse)Author
2014-07-04Change end-of-line maker for auto-mode patternsKyle Meyer
Should use "\\'" instead of "$". http://www.emacswiki.org/emacs/AutoModeAlist
2014-06-24Bind poporg-dwimKyle Meyer
2014-06-20Bind org-open-at-point-globalKyle Meyer
2014-06-06Move diminish code to single fileKyle Meyer
2014-06-06Use milkypostman's `after' macroKyle Meyer
2014-05-26Mask imenu binding with org-goto in Org buffersKyle Meyer
2014-05-19Move ace-link-org binding to init-ace.elKyle Meyer
2014-05-11Use cache for Org refilingKyle Meyer
2014-05-11Add km/org-sort-heading-ignoring-articlesKyle Meyer
2014-05-05Remove unnecessary let*Kyle Meyer
2014-05-04Make maxlevel optional in org-set-refiling-bufferKyle Meyer
2014-05-04Restrict org-refile-targets to current fileKyle Meyer
I don't typically refile headings from a non-agenda file to a target in an agenda file, so setting this for all Org files isn't too useful. Instead, `org-refile-targets' now set in a .dir-locals.el for the agenda files to allow refiling between different agenda files.
2014-05-04Don't use a directory name for org-agenda-filesKyle Meyer
This gives a list of files that can be used for `org-refile-targets'.
2014-05-04Move Org safe-local-variable-values from custom.elKyle Meyer
2014-05-04Move default Org notes fileKyle Meyer
2014-04-29Define prefix key for global Org keysKyle Meyer
2014-04-29Move some hook bindings to mode mapsKyle Meyer
2014-04-27Restore misc capture templatesKyle Meyer
These were deleted in d2ed8d9 (along with the backburner templates), but it's useful to have these for non-TODO items because, unlike the backburner items, these don't fit well with refiling from tasks.org.
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