summaryrefslogtreecommitdiff
path: root/init/km-org.el
AgeCommit message (Collapse)Author
2013-11-11Rework org agenda fullscreen adviceKyle 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-11Update magit commit mode hookKyle Meyer
They now use git-commit-mode (used to use magit-log-edit)
2013-11-03Bury Org agenda instead of killingKyle Meyer
2013-11-03Fullscreen org-agenda-listKyle Meyer
Modified from similar magit setup: http://whattheemacsd.com/setup-magit.el-01.html
2013-09-05Fix amsmath conflict for org latex exportKyle Meyer
2013-09-01Add misc.org to org refile targetsKyle Meyer
2013-08-10Revert to default org heading spacingKyle Meyer
2013-07-25Add attr_html org templateKyle Meyer
2013-07-23Add orgtbl to orgstruct hook callsKyle Meyer
If orgtbl is not loaded with orgstruct++, void `orgtbl-line-start-regexp' gives error.
2013-07-22Enable orgstruct++ in magit-log-edit-modeKyle Meyer
2013-07-22Switch 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-20add TODO flag to backburner linkKyle Meyer
2013-07-17remove duplicate org log settingKyle Meyer
2013-07-17clean up org-mode/ido refiling settingsKyle Meyer
some ido settings were repeated and not org-specific
2013-07-17add more latex-related org templatesKyle Meyer
2013-07-17back to lower case org structure templatesKyle Meyer
tried to use upper case because that is the default but couldn't get used to it
2013-07-15catch org invisible editsKyle Meyer
2013-07-15enable org speed commandsKyle Meyer
2013-07-08add some common org templatesKyle Meyer
2013-07-08don't for org src template to lowercaseKyle Meyer
2013-07-03org structure editing key bindingsKyle Meyer
2013-07-02move custom org bindings under "C-c o" prefixKyle Meyer
2013-07-01prevent org from clobbering custom bindingKyle Meyer
Disable "C-'" binding for org-cycle-agenda-files, which conflicts with custom binding for backward-kill-word
2013-06-17add agenda command for past time stampsKyle Meyer
2013-06-17add title for agenda unscheduled commandKyle Meyer
2013-06-06additional org refiling targetsKyle Meyer
extend refiling targets beyond agenda files
2013-06-06org capture templates for both link and no linkKyle Meyer
remove mutt org capture
2013-05-10org: make sure src flag is lowercaseKyle Meyer
2013-04-20cleaning upKyle Meyer
2013-01-12org: func and binding to open main org fileKyle Meyer
2013-01-12cleanup single character commentsKyle Meyer
2013-01-12glob init files files for loadingKyle Meyer