doomemacs/modules/lang/org/autoload
Henrik Lissner baa6f64025
lang/org: use correct todo keyword on M-RET
Previously, new TODO headers created with M-RET or M-S-RET (bound to
+org/insert-item) would use the first TODO keyword in org-todo-keywords
in the new header. This wouldn't necessarily match the previous header.
e.g.

* [ ] Item 1
* TODO |

This fix ensures new headers will preserve the correct header, even if
the previous one is in a DONE state.

* [ ] Item 1
* [ ] |
2018-10-17 01:24:26 -04:00
..
ipython.el lang/org: refactor +babel/ipython library 2018-09-21 22:38:21 -04:00
org-attach.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
org-capture.el Refactor Project API to reflect changes upstream 2018-09-28 21:13:27 -04:00
org-link.el Move modules/org/* back to lang/org 2017-12-08 23:14:13 -05:00
org-present.el Replace doom-hide-modeline-mode w/ hide-mode-line-mode #423 2018-03-02 19:14:44 -05:00
org.el lang/org: use correct todo keyword on M-RET 2018-10-17 01:24:26 -04:00
tables.el Move modules/org/* back to lang/org 2017-12-08 23:14:13 -05:00