emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bizarre: checkbox in properties, counting does not work with subheadings
@ 2022-07-28 12:27 Uwe Brauer
  2022-10-17  8:08 ` Ihor Radchenko
  2024-01-29 15:13 ` Ihor Radchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Uwe Brauer @ 2022-07-28 12:27 UTC (permalink / raw)
  To: emacs-orgmode



Hi

Please consider

#+begin_src 


* Everything [3/4]
  :PROPERTIES:
  :COLUMNS:   %TODO %ITEM  %Nr %Comp1 %Comp2  
  :COMP1:    [3/4]
  :COMP2:    [3/4]
  :TODO:      [ ] 
  :END:

** DONE Books
   :PROPERTIES:
   :Nr:       1
   :Comp1:     [X]
   :Comp2:     [X]
   :END:

** DONE Car
   :PROPERTIES:
   :Nr:       2
   :Comp1:     [X]
   :Comp2:     [X]
   :END:

** DONE Food
   :PROPERTIES:
   :Nr:       3
   :Comp1:    [ ]
   :Comp2:    [X]
   :END:

*** WAIT  Computer
    :PROPERTIES:
    :Nr:       4
    :Comp1:    [X]
    :Comp2:    [ ]
    :END:



#+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent nil  :format "%5TODO(Status) %5Nr(Nr) %5Comp1(Comp1){X/} %5Comp2(Comp2){X/}"
| Status | Nr | Comp1 | Comp2 |
|--------+----+-------+-------|
|        |    | [3/4] | [3/4] |
| DONE   |  1 | [X]   | [X]   |
| TODO   |  2 | [X]   | [X]   |
| DONE   |  3 | [ ]   | [X]   |
| WAIT   |  4 | [X]   | [ ]   |
#+END:


#+end_src

Everything is as expected, now I will lower the level of the first and
last subheaders and the statistics of the checkbox turns nuts:

#+begin_src 

* Everything [3/4]
  :PROPERTIES:
  :COLUMNS:   %TODO %ITEM  %Nr %Comp1 %Comp2  
  :COMP1:    [1/1]
  :COMP2:    [1/1]
  :TODO:      [ ] 
  :END:

*** DONE Books
    :PROPERTIES:
    :Nr:       1
    :Comp1:    [X]
    :Comp2:    [X]
    :END:

** DONE Car
   :PROPERTIES:
   :Nr:       2
   :Comp1:     [X]
   :Comp2:     [X]
   :END:

** DONE Food
   :PROPERTIES:
   :Nr:       3
   :COMP1:    [1/1]
   :COMP2:    [0/1]
   :END:

**** WAIT  Computer
     :PROPERTIES:
     :Nr:       4
     :Comp1:    [X]
     :Comp2:    [ ]
     :END:



#+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent nil  :format "%5TODO(Status) %5Nr(Nr) %5Comp1(Comp1){X/} %5Comp2(Comp2){X/}"
| Status | Nr | Comp1 | Comp2 |
|--------+----+-------+-------|
|        |    | [1/1] | [1/1] |
| DONE   |  2 | [X]   | [X]   |
| DONE   |  3 | [1/1] | [0/1] |
#+END:


#+end_src

Any idea how to avoid this? The expected behavior should be 


#+begin_src 


* Everything [3/4]
  :PROPERTIES:
  :COLUMNS:   %TODO %ITEM  %Nr %Comp1 %Comp2  
  :COMP1:    [1/2]
  :COMP2:    [2/2]
  :TODO:      [ ] 
  :END:


** DONE Car
   :PROPERTIES:
   :Nr:       2
   :Comp1:     [X]
   :Comp2:     [X]
   :END:

** DONE Food
   :PROPERTIES:
   :Nr:       3
   :Comp1:    [ ]
   :Comp2:    [X]
   :END:




#+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent nil  :format "%5TODO(Status) %5Nr(Nr) %5Comp1(Comp1){X/} %5Comp2(Comp2){X/}"
| Status | Nr | Comp1 | Comp2 |
|--------+----+-------+-------|
|        |    | [1/2] | [2/2] |
| DONE   |  2 | [X]   | [X]   |
| DONE   |  3 | [ ]   | [X]   |
#+END:



#+end_src


regards

Uwe Brauer 
-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 



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

end of thread, other threads:[~2024-02-29 10:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 12:27 bizarre: checkbox in properties, counting does not work with subheadings Uwe Brauer
2022-10-17  8:08 ` Ihor Radchenko
2024-01-29 15:13 ` Ihor Radchenko
2024-02-29 10:03   ` Ihor Radchenko

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