Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-03 | Rewrite org-sort-parent | Kyle Meyer | |
Search for whole heading line instead of using org-find-exact-headline-in-buffer. | |||
2015-03-15 | Org capture: Move point before copied text | Kyle Meyer | |
2015-03-10 | Switch from ido to helm | Kyle Meyer | |
2015-02-28 | Setup Org Link Edit | Kyle Meyer | |
2015-02-28 | Make 'Link' heading in Org setup file | Kyle Meyer | |
2015-02-28 | Add PubMed link type for Org | Kyle Meyer | |
2015-02-28 | Replace noflet instance with cl-letf | Kyle Meyer | |
2015-02-28 | Prepend new entries when capture | Kyle Meyer | |
2015-02-28 | Add capture templates for Visit/Revisit headings | Kyle Meyer | |
2015-02-28 | Rewrite org-refile-dwim-target-file | Kyle Meyer | |
2015-02-20 | Rebind some 'j' bindings | Kyle Meyer | |
2015-02-18 | Add command org-open-link-directory | Kyle Meyer | |
2015-02-18 | Use separate function for org-refile-dwim | Kyle Meyer | |
2015-02-18 | Don't indent in Org Contacts capture template | Kyle Meyer | |
I've set org-adapt-indentation to nil (b8ffd041f). | |||
2015-02-18 | Add org-open-at-point-stay as speed command | Kyle Meyer | |
2015-02-18 | Add command org-delete-checked-items | Kyle Meyer | |
2015-02-15 | Rewrite org-sort-heading-ignoring-articles | Kyle Meyer | |
2015-02-15 | Add org-{next,previous}-item bindings | Kyle Meyer | |
2015-02-13 | Don't adapt Org indentation | Kyle Meyer | |
I've kept this as non-nil because I prefer planning info and drawers to be indented at the level of headings. However, I don't indent paragraphs of text (mostly for diffing purposes). With recent Org changes [1-3], mixing these styles doesn't work well because structure-modifying commands now adjust the paragraph indentation even if the text is at column 0. [1] cba2f0a2a3024ae5bf71e1a12ba99778a92902a2 [2] 83d8a2b16d1efc32f868897559452c0922906c67 [3] http://thread.gmane.org/gmane.emacs.orgmode/93597 | |||
2015-02-11 | Use 'only-window' for org-agenda-window-setup | Kyle Meyer | |
I no longer need this advice because org-agenda-window-setup now [1] takes the value 'only-window', which has the same effect. [1] 7834a1ce66d3e60b9ecf5ad04a12d76d23cfbc5c | |||
2015-02-11 | Bind ace-jump-mode to 'j' in Org agenda | Kyle Meyer | |
2015-02-07 | Add 'C-c C-f' binding for org-agenda-follow-mode | Kyle Meyer | |
2015-02-03 | Merge babel and contacts settings to main Org file | Kyle Meyer | |
2015-02-02 | Add binding for org-clone-and-shift-by-repeater | Kyle Meyer | |
2015-02-02 | Rework key chords | Kyle Meyer | |
- Use letter pairs that are rare in both directions. For really common commands, try to keep my fingers on home row. - Remove some key chords for less frequent commands. For Projectile, just bind switching projects and the commander because most other things are available with one more key from the commander. My strategy for key chord bindings was to lead with ',' or ';' and then follow with any letter. The idea was that, with the languages and coding conventions I was using at the time, when I inserted a comma or semicolon, they were usually followed by a non-letter (typically a space or a new line). But, this is actually not a good way to go about this because Key chord mode accepts the two-letter combination in either order. In practice, I didn't end up unintentionally calling a command too often, but it did happen enough to be slightly annoying. John Cook recently posted a table [1] of bigram frequencies, which is a good starting point for updating my key chords. [1]: http://www.johndcook.com/blog/2015/02/01/rare-bigrams/ | |||
2015-02-02 | Merge Org capture and agenda sections | Kyle Meyer | |
2015-02-02 | Move Org agenda key binding to right location | Kyle Meyer | |
2015-01-29 | Split init-buffile.el | Kyle Meyer | |
2015-01-28 | Explicitly require cl-lib | Kyle Meyer | |
2015-01-27 | Use sticky Org agenda | Kyle Meyer | |
As of commit 7e945107ced488344fd78cd1388cf000b29733e8 in Org mode, restoring windows should work better with sticky agenda buffers. | |||
2015-01-27 | Improve organization and consistency of files | Kyle Meyer | |
- Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings | |||
2015-01-18 | Don't advise org-tree-to-indirect-buffer | Kyle Meyer | |
2015-01-17 | Store current span across Org agenda calls | Kyle Meyer | |
2015-01-14 | Add command org-goto-agenda-heading | Kyle Meyer | |
2015-01-14 | Add variable for agenda refile targets | Kyle Meyer | |
2015-01-14 | Decrease value of org-goto-max-level | Kyle Meyer | |
2015-01-09 | Remove some unhelpful let bindings | Kyle Meyer | |
2015-01-07 | Mark org-goto-max-level as safe local variable | Kyle Meyer | |
2015-01-07 | Fix some docstrings | Kyle Meyer | |
2015-01-05 | Bind org-refile-goto-last-stored to global-org-map | Kyle Meyer | |
2014-12-25 | Add command org-clone-and-shift-by-repeater | Kyle Meyer | |
2014-12-21 | Explicitly enable org-use-speed-commands | Kyle Meyer | |
This variable is usually non-nil because I run Emacs as a daemon, but since I use these bindings frequently, I want to make sure org-use-speed-commands is always non-nil. | |||
2014-12-16 | Add command org-normalize-spaces | Kyle Meyer | |
2014-12-16 | Add command org-add-blank-before-heading | Kyle Meyer | |
2014-12-15 | Fix typo | Kyle Meyer | |
2014-12-10 | Clean up and comment org-sort-parent | Kyle Meyer | |
2014-12-10 | Clean up org-sort-heading-ignoring-articles | Kyle Meyer | |
2014-12-03 | org-remove-title-leader: Allow priorities | Kyle Meyer | |
2014-11-30 | Use slashes after all directory names | Kyle Meyer | |
2014-11-30 | Add Org contrib to load path in init-org.el | Kyle Meyer | |