Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-11 | Rework org agenda fullscreen advice | Kyle Meyer | |
With previous advice, window configuration would not be restored correctly if the agenda buffer was refreshed. This can be avoided if restoring the window configuration is left to org mode (with `org-agenda-restore-windows-after-quit'). There isn't a fullscreen option in `org-agenda-window-setup', so `org-agenda-list' still needs to be advised to delete the other windows. | |||
2013-11-11 | Update magit commit mode hook | Kyle Meyer | |
They now use git-commit-mode (used to use magit-log-edit) | |||
2013-11-03 | Bury Org agenda instead of killing | Kyle Meyer | |
2013-11-03 | Fullscreen org-agenda-list | Kyle Meyer | |
Modified from similar magit setup: http://whattheemacsd.com/setup-magit.el-01.html | |||
2013-09-05 | Fix amsmath conflict for org latex export | Kyle Meyer | |
2013-09-01 | Add misc.org to org refile targets | Kyle Meyer | |
2013-08-10 | Revert to default org heading spacing | Kyle Meyer | |
2013-07-25 | Add attr_html org template | Kyle Meyer | |
2013-07-23 | Add orgtbl to orgstruct hook calls | Kyle Meyer | |
If orgtbl is not loaded with orgstruct++, void `orgtbl-line-start-regexp' gives error. | |||
2013-07-22 | Enable orgstruct++ in magit-log-edit-mode | Kyle Meyer | |
2013-07-22 | Switch message-mode to orgstruct++ | Kyle Meyer | |
orgstruct++ has more complete formatting and list functionality (such as the ability to create a new list element from the previous element even if it is multi-line). | |||
2013-07-20 | add TODO flag to backburner link | Kyle Meyer | |
2013-07-17 | remove duplicate org log setting | Kyle Meyer | |
2013-07-17 | clean up org-mode/ido refiling settings | Kyle Meyer | |
some ido settings were repeated and not org-specific | |||
2013-07-17 | add more latex-related org templates | Kyle Meyer | |
2013-07-17 | back to lower case org structure templates | Kyle Meyer | |
tried to use upper case because that is the default but couldn't get used to it | |||
2013-07-15 | catch org invisible edits | Kyle Meyer | |
2013-07-15 | enable org speed commands | Kyle Meyer | |
2013-07-08 | add some common org templates | Kyle Meyer | |
2013-07-08 | don't for org src template to lowercase | Kyle Meyer | |
2013-07-03 | org structure editing key bindings | Kyle Meyer | |
2013-07-02 | move custom org bindings under "C-c o" prefix | Kyle Meyer | |
2013-07-01 | prevent org from clobbering custom binding | Kyle Meyer | |
Disable "C-'" binding for org-cycle-agenda-files, which conflicts with custom binding for backward-kill-word | |||
2013-06-17 | add agenda command for past time stamps | Kyle Meyer | |
2013-06-17 | add title for agenda unscheduled command | Kyle Meyer | |
2013-06-06 | additional org refiling targets | Kyle Meyer | |
extend refiling targets beyond agenda files | |||
2013-06-06 | org capture templates for both link and no link | Kyle Meyer | |
remove mutt org capture | |||
2013-05-10 | org: make sure src flag is lowercase | Kyle Meyer | |
2013-04-20 | cleaning up | Kyle Meyer | |
2013-01-12 | org: func and binding to open main org file | Kyle Meyer | |
2013-01-12 | cleanup single character comments | Kyle Meyer | |
2013-01-12 | glob init files files for loading | Kyle Meyer | |