Re: bizarre: checkbox in properties, counting does not work with subheadings

2024-02-29 Thread Ihor Radchenko
Ihor Radchenko writes: > With the attached patch, the result would be the following: Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=ac1ed2bf8 Fixed. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at .

Re: bizarre: checkbox in properties, counting does not work with subheadings

2024-01-29 Thread Ihor Radchenko
Uwe Brauer writes: > * Everything [3/4] > ... > *** DONE Books > ... > ** DONE Car > ... > ** DONE Food > ... > *** WAIT Computer > ... > ... The expected behavior should be > > #+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent nil > :format "%5TODO(Status) %5Nr(Nr)

Re: bizarre: checkbox in properties, counting does not work with subheadings

2022-10-17 Thread Ihor Radchenko
Uwe Brauer writes: > #+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]

bizarre: checkbox in properties, counting does not work with subheadings

2022-07-28 Thread Uwe Brauer
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