summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-17Make evil-org-select-inner-element use :value if providedissue-34-org-element-fallbackSomelauw
2018-01-16Merge pull request #32 from Somelauw/hybrid-shiftSomelauw
2018-01-11Make shift keytheme context sensitiveSomelauw
2017-12-24Solve some issues with evil-org-returnSomelauw
2017-12-03Merge pull request #30 from Ambrevar/masterSomelauw
2017-12-03org-agenda: Fix "C-H"/"C-L" -> "C-S-h"/"C-S-l" bindingsPierre Neidhardt
2017-11-28Add org-agenda key bindingsPierre Neidhardt
2017-11-27Make evil-org-delete work with evil-surroundSomelauw
2017-11-07Remove dependency on melpa version of org-modeSomelauw
2017-11-07Remove rsi keythemeSomelauw
2017-11-06Refactor calendar bindings and enable by defaultSomelauw
2017-11-04Update changelogSomelauw
2017-11-04Add documentation about calendar bindingsSomelauw
2017-11-04Bind calendar keys directly to the Emacs state, not to Evil insert statePierre Neidhardt
2017-11-04README: Reference new calendar key themePierre Neidhardt
2017-11-04Add calendar key themePierre Neidhardt
2017-10-31Add optional return bindingSomelauw
2017-10-22Fix issue with o/O not indenting.Somelauw
2017-10-15Improve and simplify o/O functions.Somelauw
2017-10-07Implement https://github.com/Somelauw/evil-org-mode/issues/22Somelauw
2017-09-17Make o on a checkbox item create a new checkbox item.Somelauw
2017-09-17Fix some markup in documentationSomelauw
2017-09-16Declare rsi bindings obsolete againSomelauw
2017-09-11Undo deprecate rsi bindingsSomelauw
2017-09-09Add a few regression testsSomelauw
2017-09-09Remove evil-org-recompute-clocksSomelauw
2017-09-09Merge branch 'master' into developSomelauw
2017-09-09Merge pull request #16 from smile13241324/restoreAdditionalBindingsInNormalModeSomelauw
2017-09-06Restore additional-bindings in normal modesmile13241324
2017-09-02Add variable `evil-org-retain-visual-state-on-shift`.Somelauw
2017-08-29Replace bindings to lambdas by macrosSomelauw
2017-08-28Allow `<` and `>` to move columns in tablesSomelauw
2017-08-26Make I and A respect `org-special-ctrl-a/e`Somelauw
2017-08-26Fix x and X bindingsSomelauw
2017-08-25CleanupSomelauw
2017-08-25Make A and I ignore leading stars, tags and ellipsesSomelauw
2017-08-08Add type boolean to evil-org-use-additional-insertSomelauw
2017-08-08Explain how to fix `TAB` in terminal EmacsSomelauw
2017-08-02Vim keys for saving when editing org-table formulasSomelauw
2017-07-24Update example config with new ideasSomelauw
2017-07-24Deprecate evil-org-recompute-clocksSomelauw
2017-07-20Allow $ to jump back-and-forth in evil when org-special-ctrl-a/e is t.Somelauw
2017-07-19Fix screw-up of C-S-return bindingSomelauw
2017-07-18Move org-beginning-of-line from ^ to 0.Somelauw
2017-07-16Improve and document functions without default bindingSomelauw
2017-07-16Correct check for evil-disable-insert-state-bindingsSomelauw
2017-07-10Allow evil-org-{eol/bol}-call to pass optional argumentsSomelauw
2017-07-03Make evil-org-{above/below} (o/O) non-special on some org elements.Somelauw
2017-06-29Merge pull request #9 from ZarsBranchkin/patch-1Somelauw
2017-06-29Fix org-insert-item cursor positionZarsBranchkin