Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-26 | Update for git-commit-mode rename | Kyle Meyer | |
2014-11-26 | Remove outdated advice for magit-visit | Kyle Meyer | |
magit-visit was removed a while ago [1], so this isn't doing anything. Currently, there are multiple functions to advise [2]. Instead of doing that, I'll just call org-reveal (C-c C-r). [1] 81c6b881d9e4e93442677d6e2183c7f2cc47887a [2] 2dc3965e74eabe53763f208809a9dae3105c1149 | |||
2014-11-20 | Stop quoting lambdas | Kyle Meyer | |
2014-11-16 | Go back to default initial major mode | Kyle Meyer | |
Switched to Org in 71642c8257e367d82631cbb740b1325fe44df50f. | |||
2014-11-15 | Rework command for opening default Org notes file | Kyle Meyer | |
Almost every time I used `km/open-main-orgfile', I would jump to the "Inbox" heading right after, so just have the command do that for me. | |||
2014-11-07 | Change default-directory for Org agenda | Kyle Meyer | |
The main motivation for this is to set org-refile-targets to the value specified in ~/notes/.dir-locals.el. | |||
2014-11-07 | Set up new method for adding files to Org agenda | Kyle Meyer | |
org-agenda-files can be a directory, which allows the files that make up the agenda to be changed without having to change emacs configuration files. So, instead of using org-agenda-file-to-front, which modifies org-agenda-files in custom.el, the new agenda file can just be linked to the agenda directory. | |||
2014-11-07 | Sort agenda by deadline/scheduled before priority | Kyle Meyer | |
Aside from 'agenda', all other types still match their default values. | |||
2014-11-05 | Unset org-agenda-dim-blocked-tasks | Kyle Meyer | |
2014-11-03 | Respect Org content with all insertion commands | Kyle Meyer | |
2014-11-03 | Don't let Org split current line | Kyle Meyer | |
2014-11-03 | Use hooks, not advice, to modify org-store-link | Kyle Meyer | |
Previously (4af0bf7), I used advice for org-store-link to make it store notmuch links when called from Gnus buffers for local mail. This now doesn't work because org-called-interactively-p returns nil if org-store-link is advised. I'm assuming this is due to the nadvice package, new with Emacs 24.4, which says FIXME: This Major Ugly Hack won't handle calls to called-interactively-p done from the advised function if the deepest advice is an around advice! In other cases (calls from an advice or calls from the advised function when the deepest advice is not an around advice), it should hopefully get it right. Instead of using advice, create a separate function that will run a hook before interactively calling org-store-link. | |||
2014-11-03 | Add docs for local Org mode to Info-directory-list | Kyle Meyer | |
2014-11-02 | Change setup for Org TODO keywords | Kyle Meyer | |
- Assign keys. - Add 'WAITING' keyword. | |||
2014-10-29 | Enable org-{log,clock}-into-drawer | Kyle Meyer | |
2014-10-26 | Allow links to Org files to search text | Kyle Meyer | |
2014-10-26 | Don't use time grid in Org agenda | Kyle Meyer | |
2014-10-26 | Move org-reverse-note-order to appropriate section | Kyle Meyer | |
2014-10-25 | Don't ignore PDFs in completions | Kyle Meyer | |
2014-10-24 | Add custom LaTeX class for Org export | Kyle Meyer | |
2014-10-22 | Prevent advice redefinition warnings | Kyle Meyer | |
With Emacs 24.4 release, these produce warnings at startup. | |||
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 | |