Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | Bind n/p to {next,previous}-line in occur-mode-map | Kyle Meyer | |
2014-11-06 | Unset magit-delete-by-moving-to-trash | Kyle Meyer | |
2014-11-05 | Change main Dired narrowing function | Kyle Meyer | |
2014-11-05 | Handle compiling non-project files with Snakemake | Kyle Meyer | |
Allow option to prevent km/snakemake-compile-project-file-at-point from append project path, but keep default-directory set to project root. This is useful if compiling from rule files that already list the file with its full path. | |||
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 | Move replace commands to search-map | Kyle Meyer | |
2014-11-02 | Don't let paredit clobber M-s map | Kyle Meyer | |
2014-11-02 | Change setup for Org TODO keywords | Kyle Meyer | |
- Assign keys. - Add 'WAITING' keyword. | |||
2014-10-31 | Add command ediff-with-other-window | Kyle Meyer | |
2014-10-31 | Don't use new frame for Ediff control panel | Kyle Meyer | |
2014-10-29 | Add second binding for Info-menu | Kyle Meyer | |
2014-10-29 | Add prefix to unfill-paragraph | Kyle Meyer | |
2014-10-29 | Enable org-{log,clock}-into-drawer | Kyle Meyer | |
2014-10-27 | Rewrite doi-at-point (again) | Kyle Meyer | |
Changes in 300cdc4 don't seem to work in Gnus article buffer. | |||
2014-10-27 | Use Bog citekey cache | Kyle Meyer | |
2014-10-27 | Ignore '.org-id-locations' | 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-26 | Update MELPA url | Kyle Meyer | |
http://www.reddit.com/r/emacs/comments/2k2kmv/melpamilkboxnet_is_now_melpaorg/ | |||
2014-10-25 | Customize WebJump site list | Kyle Meyer | |
2014-10-25 | Reorganize init-external.el | Kyle Meyer | |
2014-10-25 | Rephrase docstring | 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-24 | Remove old Org export settings | Kyle Meyer | |
This was for Org < 8.0. | |||
2014-10-24 | Load orgit | Kyle Meyer | |
2014-10-22 | Merge branch 'emacs24.4' | Kyle Meyer | |
2014-10-22 | Turn off electric-indent mode | Kyle Meyer | |
This is enabled by default in Emacs 24.4. | |||
2014-10-22 | Rewrite doi-at-point | Kyle Meyer | |
This stopped working when I upgraded to Emacs 24.4. Using 'url' with `thing-at-point' doesn't seem to work anymore, so instead use text properties. | |||
2014-10-22 | Prevent advice redefinition warnings | Kyle Meyer | |
With Emacs 24.4 release, these produce warnings at startup. | |||
2014-10-22 | Show line number when calling goto-line | Kyle Meyer | |
2014-10-22 | Go crazy with anaphoric forms | Kyle Meyer | |
2014-10-22 | Don't bind read-recent-file results | Kyle Meyer | |
2014-10-21 | Support copying in gnus-follow-last-message-link | Kyle Meyer | |
2014-10-21 | Put follow-last-message-link under gnus prefix | Kyle Meyer | |
2014-10-19 | Use notmuch Org links for local mail | Kyle Meyer | |
2014-10-19 | Set org-gnus-prefer-web-links | Kyle Meyer | |
2014-10-19 | Disable magit-backup-mode | Kyle Meyer | |
As of Magit c268e7f, backups won't occur if the mode is disabled. | |||
2014-10-18 | Add command magit-commit-extend-all | Kyle Meyer | |
2014-10-18 | Expand magit-auto-commit docstring | Kyle Meyer | |
2014-10-18 | Add command magit-stage-file-intent | Kyle Meyer | |
2014-10-17 | Add command magit-show-project-commit-under-point | Kyle Meyer | |