emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-checkbox-hierarchical-statistics not working as expected
@ 2020-07-29 15:49 Thomas Albers
  2020-08-02  4:06 ` Kyle Meyer
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Albers @ 2020-07-29 15:49 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I have been playing around with checkboxes and I noticed a behaviour I
did not expect based on what I read on the documentation.

Footnote 2 in the chapter 5.6 talks about the
'org-checkbox-hierarchical-statistics' variable, which I have set to
nil. But the top level header still does no show the count of checked off
items.

I have also used the :COOKIE_DATA: property set to recursive with the
same results.

What I would expect based on the documentation:
     * Some header [1/2]
     :PROPERTIES:
     :COOKIE_DATA: recursive
     :END:
     ** Another header [1/2]
       - [X] some item 1
       - [ ] some item 2
       
What I get:
     * Some header [0/0]
     :PROPERTIES:
     :COOKIE_DATA: recursive
     :END:
     ** Another header [1/2]
       - [X] some item 1
       - [ ] some item 2

Am I interpreting something wrong?

Regards,
Thomas


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

end of thread, other threads:[~2020-08-02  4:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 15:49 org-checkbox-hierarchical-statistics not working as expected Thomas Albers
2020-08-02  4:06 ` Kyle Meyer

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).