emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Statistic cookies for headings and list items
@ 2020-03-31 19:31 Michael Brand
  2020-06-01 13:29 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Brand @ 2020-03-31 19:31 UTC (permalink / raw)
  To: Org Mode

Is this all intended behaviour?

When I start with ~C-c C-c~ on [ of line A, Org seems to count list items:

* [0/2] A
- [ ] B
- [ ] C
** DONE D

Then ~S-<left>~ on line D seems to count subheadings:

* [0/1] A
- [ ] B
- [ ] C
** TODO D

Then ~C-c C-c~ on [ of line A seems to count list items again:

* [0/2] A
- [ ] B
- [ ] C
** TODO D

Then ~C-c -~ on line D makes D a subitem which makes no sense to me:

* [0/2] A
- [ ] B
- [ ] C
  - [ ] D

But when I start with this:

#+STARTUP: indent
* [0/2] A
- [ ] B
- [ ] C
** TODO D

Then ~C-c -~ on line D makes D a sibling which I prefer to the above:

#+STARTUP: indent
* [0/2] A
- [ ] B
- [ ] C
- [ ] D

Except that the automatic update like ~C-c C-c~ on [ of line A is missing:

#+STARTUP: indent
* [0/3] A
- [ ] B
- [ ] C
- [ ] D

(This is Org on today's master.)

Michael

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-15 20:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31 19:31 Statistic cookies for headings and list items Michael Brand
2020-06-01 13:29 ` Bastien
2020-06-01 13:51   ` Eric S Fraga
2020-06-13 16:15   ` Nicolas Goaziou
2021-05-15 20:28     ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).