|
@@ -1,9 +1,14 @@
|
|
2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
|
|
2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
|
|
|
|
|
|
|
|
+ * org-list.el (org-toggle-checkbox): Improve cursor positioning
|
|
|
|
+ after removing a checkbox.
|
|
|
|
+
|
|
* org.el (org-show-entry): Make this work correctly also if it is
|
|
* org.el (org-show-entry): Make this work correctly also if it is
|
|
the last entry in the file.
|
|
the last entry in the file.
|
|
(org-end-of-line, org-beginning-of-line): Make prefix arg work, by
|
|
(org-end-of-line, org-beginning-of-line): Make prefix arg work, by
|
|
falling back to normal, default command.
|
|
falling back to normal, default command.
|
|
|
|
+ (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
|
|
|
|
+ item, call the checkbox toggler to get a box.
|
|
|
|
|
|
* org-list.el (org-toggle-checkbox): Make double prefix set the
|
|
* org-list.el (org-toggle-checkbox): Make double prefix set the
|
|
checkbox to "[-]".
|
|
checkbox to "[-]".
|