Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-22 | Go crazy with anaphoric forms | Kyle Meyer | |
2014-10-22 | Don't bind read-recent-file results | Kyle Meyer | |
2014-09-30 | Use different git-commit-mode hook for orgstruct | Kyle Meyer | |
2014-09-27 | Add org-open-recent-file | Kyle Meyer | |
2014-09-27 | Add org-open-file targets to list of recent files | Kyle Meyer | |
2014-09-26 | Use "C-c C-c" for poporg-edit-exit | Kyle Meyer | |
2014-09-16 | Fix km/org-open-file prompt | Kyle Meyer | |
2014-09-14 | Include PDFs in km/org-open-file completions | Kyle Meyer | |
2014-09-14 | Add interactive version of org-open-file | Kyle Meyer | |
2014-09-14 | Add org-open-annex-file | Kyle Meyer | |
2014-09-12 | Add org-open-file-at-point | Kyle Meyer | |
2014-08-28 | Use prefix in name of all custom maps | Kyle Meyer | |
2014-08-13 | Switch scratch mode to Org | Kyle Meyer | |
2014-08-06 | Add current file to org-refile-dwim targets | Kyle Meyer | |
2014-08-02 | Advise org-refile with dwim target | Kyle Meyer | |
2014-07-23 | Create Org mode prefix map | Kyle Meyer | |
2014-07-15 | Disable org-refile-cache | Kyle Meyer | |
2014-07-15 | Add km/org-remove-title-leader | Kyle Meyer | |
2014-07-04 | Change end-of-line maker for auto-mode patterns | Kyle Meyer | |
Should use "\\'" instead of "$". http://www.emacswiki.org/emacs/AutoModeAlist | |||
2014-06-24 | Bind poporg-dwim | Kyle Meyer | |
2014-06-20 | Bind org-open-at-point-global | Kyle Meyer | |
2014-06-06 | Move diminish code to single file | Kyle Meyer | |
2014-06-06 | Use milkypostman's `after' macro | Kyle Meyer | |
2014-05-26 | Mask imenu binding with org-goto in Org buffers | Kyle Meyer | |
2014-05-19 | Move ace-link-org binding to init-ace.el | Kyle Meyer | |
2014-05-11 | Use cache for Org refiling | Kyle Meyer | |
2014-05-11 | Add km/org-sort-heading-ignoring-articles | Kyle Meyer | |
2014-05-05 | Remove unnecessary let* | Kyle Meyer | |
2014-05-04 | Make maxlevel optional in org-set-refiling-buffer | Kyle Meyer | |
2014-05-04 | Restrict org-refile-targets to current file | Kyle 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-04 | Don't use a directory name for org-agenda-files | Kyle Meyer | |
This gives a list of files that can be used for `org-refile-targets'. | |||
2014-05-04 | Move Org safe-local-variable-values from custom.el | Kyle Meyer | |
2014-05-04 | Move default Org notes file | Kyle Meyer | |
2014-04-29 | Define prefix key for global Org keys | Kyle Meyer | |
2014-04-29 | Move some hook bindings to mode maps | Kyle Meyer | |
2014-04-27 | Restore misc capture templates | Kyle 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-23 | Function to switch to Org buffer in other window | Kyle Meyer | |
2014-04-16 | Try out new system for defining Org agenda files | Kyle Meyer | |
Define based on directories rather than individual files. | |||
2014-04-16 | Remove some Org capture templates | Kyle Meyer | |
No reason to have so many inboxes, since they will just be refiled later. | |||
2014-04-16 | Add function to sort on parent heading | Kyle Meyer | |
2014-04-15 | Change org-refile-to-other* bindings | Kyle Meyer | |
Make consistent with `org-refile'. | |||
2014-04-13 | Add function to set buffer for Org refiling | Kyle Meyer | |
2014-04-13 | Cosmetic changes to Org refile functions | Kyle Meyer | |
2014-04-13 | Simplify km/org-refile-to-other-org-buffer | Kyle Meyer | |
- Call `km/org-refile-to-other-file' non-interactively instead of repeating logic. - Move org buffer completion to separate function. | |||
2014-04-12 | Update for magit-visit-item rename | Kyle Meyer | |
2014-04-09 | Install and setup ace-link | Kyle Meyer | |
Removing ido-vertical because if it is active, some links in the lower portion of the window are cutoff. | |||
2014-04-02 | Add commands to refile beyond org-refile-targets | Kyle Meyer | |
2014-04-02 | Move org ido settings | Kyle Meyer | |
2014-03-30 | Set org-agenda-text-search-extra-files | Kyle Meyer | |
2014-03-23 | Show Org context when visiting from Magit diff | Kyle Meyer | |