| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-22 | Fix issue with o/O not indenting. | Somelauw | |
| For some reason combinding evil-open-below with evil-insert undoes the indentation. | |||
| 2017-10-15 | Improve and simplify o/O functions. | Somelauw | |
| 2017-10-07 | Implement https://github.com/Somelauw/evil-org-mode/issues/22 | Somelauw | |
| 2017-09-17 | Make o on a checkbox item create a new checkbox item. | Somelauw | |
| Before this it created a regular item. Fixes https://github.com/Somelauw/evil-org-mode/issues/19 | |||
| 2017-09-17 | Fix some markup in documentation | Somelauw | |
| 2017-09-16 | Declare rsi bindings obsolete again | Somelauw | |
| 2017-09-11 | Undo deprecate rsi bindings | Somelauw | |
| See this issue https://github.com/Somelauw/evil-org-mode/issues/17 | |||
| 2017-09-09 | Add a few regression tests | Somelauw | |
| 2017-09-09 | Remove evil-org-recompute-clocks | Somelauw | |
| 2017-09-09 | Merge branch 'master' into develop | Somelauw | |
| 2017-09-09 | Merge pull request #16 from smile13241324/restoreAdditionalBindingsInNormalMode | Somelauw | |
| Restore additional-bindings in normal mode when evil-org-additional-insert is true | |||
| 2017-09-06 | Restore additional-bindings in normal mode | smile13241324 | |
| When evil-org-use-additional-insert was true the documentation said it should activate "additional bindings" for "insert" mode in addition to "normal" and "visual" mode. However due to a misplaced quote the bindings for "normal" mode were omitted which is what I have fixed. | |||
| 2017-09-02 | Add variable `evil-org-retain-visual-state-on-shift`. | Somelauw | |
| 2017-08-29 | Replace bindings to lambdas by macros | Somelauw | |
| Deprecate evil-org-bol-call and evil-org-eol-call Add evil-org-define-bol-command and evil-org-define-eol-command This looks cleaner and might improve interaction with https://github.com/gabesoft/evil-mc | |||
| 2017-08-28 | Allow `<` and `>` to move columns in tables | Somelauw | |
| 2017-08-26 | Make I and A respect `org-special-ctrl-a/e` | Somelauw | |
| 2017-08-26 | Fix x and X bindings | Somelauw | |
| They were bound in motion state instead of normal state | |||
| 2017-08-25 | Cleanup | Somelauw | |
| - Remove 'leader from evil-org-keytheme variable - Put insertion functions after motions - Deprecate RSI keytheme (I'm not aware of anyone using it. If so, feel free to open an issue) | |||
| 2017-08-25 | Make A and I ignore leading stars, tags and ellipses | Somelauw | |
| 2017-08-08 | Add type boolean to evil-org-use-additional-insert | Somelauw | |
| 2017-08-08 | Explain how to fix `TAB` in terminal Emacs | Somelauw | |
| Cherry-picked from NicholasTD07-patch-1 Author: Nicholas T <NicholasTD07@users.noreply.github.com> Date: Sun Aug 6 14:08:34 2017 +1000 Explain how to fix `TAB` not working as expected `TAB` won't work as expected in some cases. All you have to do is disable `evil-want-C-i-jump`. Author: Somelauw <Somelauw> Date: Tue Aug 8 12:59:43 2017 +0200 Add heading "common issues" above tab-explanation | |||
| 2017-08-02 | Vim keys for saving when editing org-table formulas | Somelauw | |
| 2017-07-24 | Update example config with new ideas | Somelauw | |
| 2017-07-24 | Deprecate evil-org-recompute-clocks | Somelauw | |
| 2017-07-20 | Allow $ to jump back-and-forth in evil when org-special-ctrl-a/e is t. | Somelauw | |
| Regardless of what evil-move-beyond-eol and evil-move-cursor-back are set to. | |||
| 2017-07-19 | Fix screw-up of C-S-return binding | Somelauw | |
| 2017-07-18 | Move org-beginning-of-line from ^ to 0. | Somelauw | |
| 2017-07-16 | Improve and document functions without default binding | Somelauw | |
| 2017-07-16 | Correct check for evil-disable-insert-state-bindings | Somelauw | |
| 2017-07-10 | Allow evil-org-{eol/bol}-call to pass optional arguments | Somelauw | |
| 2017-07-03 | Make evil-org-{above/below} (o/O) non-special on some org elements. | Somelauw | |
| Based on pull request #10 by @nochiel. Made more general and doesn't require modifying evil-org-special-o/O variable. | |||
| 2017-06-29 | Merge pull request #9 from ZarsBranchkin/patch-1 | Somelauw | |
| Fix org-insert-item cursor position | |||
| 2017-06-29 | Fix org-insert-item cursor position | ZarsBranchkin | |
| When a new line is created with `evil-org-open-below` or `evil-org-open-above` in a description list, the cursor is placed incorrectly. This can be fixed by using `evil-insert` instead of `evil-append`. Example of what happens(`|` denotes the cursor): `* |::` And what is expected: `* | ::` | |||
| 2017-06-25 | Make ar, iR, aR linewise by default. | Somelauw | |
| See issue #6 for relevant discussion | |||
| 2017-06-22 | Use cl-case instead of case | Somelauw | |
| Fixes #8 | |||
| 2017-06-12 | Make key bindings stand out more | Somelauw | |
| By using =mark-up=. | |||
| 2017-06-12 | Improve documentation in keythemes.org | Somelauw | |
| - More use of markup. - Table cells use lowercase letters. - More explanation on what the different text objects do Also add worf to "See Also" in README.md | |||
| 2017-06-11 | Make o and O customizable | Somelauw | |
| 2017-06-11 | Merge pull request #5 from duianto/patch-1 | Somelauw | |
| README.org: evil-mode link: bitbucket to github | |||
| 2017-06-10 | README.org: evil-mode link: bitbucket to github | duianto | |
| The evil repository has migrated from bitbucket to github. | |||
| 2017-06-10 | Merge pull request #4 from GuiltyDolphin/patch-1 | Somelauw | |
| Correct name of evil-org-mode in See Also | |||
| 2017-06-10 | Correct name of evil-org-mode in See Also | Ben Moon | |
| 2017-06-06 | Ignore o and O when on whitespace below an item or table | Somelauw | |
| Fixes #3 | |||
| 2017-06-02 | Complete overhaul of text objects | Somelauw | |
| See doc/changelog.org for details | |||
| 2017-06-02 | Remove optional leader keys | Somelauw | |
| 2017-06-01 | No longer add an automatic hook | Somelauw | |
| 2017-06-01 | Add information to changelog | Somelauw | |
| 2017-05-30 | Explain why ^ and $ are bound in doc/keythemes.org | Somelauw | |
| 2017-05-29 | Fix #1 | Somelauw | |
| 2017-05-29 | Update key binding descriptions | Somelauw | |
