jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.12k stars 267 forks source link

demoting/promoting subtree conflict behave abnormally when there are checkboxes/plainlists #217

Closed Ron89 closed 8 years ago

Ron89 commented 8 years ago

Given structure

* heading_1
  - [] c1
  - l1
** heading_2
   - [] c2
   - l2
*** heading_3

Invoking >ar on heading_1 will reduce all tab-ins for list items to 0. Invoking >ar or <ar on heading_2, on the other hand, will incorrectly tab-in both heading_2 and heading_3. It seems the code for checkbox arrangement and heading arrangement is conflicting, somehow.

Ron89 commented 8 years ago

fixed by commit 0855f61.