From: Michael Brand <michael.ch.brand@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Statistic cookies for headings and list items
Date: Tue, 31 Mar 2020 21:31:48 +0200 [thread overview]
Message-ID: <CALn3zohYfoyDm6w-AYWsVRSbOCndBPZQyb+YvHcaEby3JEhWMw@mail.gmail.com> (raw)
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
next reply other threads:[~2020-03-31 19:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-31 19:31 Michael Brand [this message]
2020-06-01 13:29 ` Statistic cookies for headings and list items Bastien
2020-06-01 13:51 ` Eric S Fraga
2020-06-13 16:15 ` Nicolas Goaziou
2021-05-15 20:28 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CALn3zohYfoyDm6w-AYWsVRSbOCndBPZQyb+YvHcaEby3JEhWMw@mail.gmail.com \
--to=michael.ch.brand@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).