Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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. |