emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SOLVED] (was: count TODO in columnview)


From: Uwe Brauer
Subject: [SOLVED] (was: count TODO in columnview)
Date: Thu, 28 Jul 2022 07:39:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>>> "UB" == Uwe Brauer <oub@mat.ucm.es> writes:

> Hi 

> I can count checkboxes but not TODOS in columnview it seems.

> Here is an example

> #+begin_src 

According to https://orgmode.org/manual/Breaking-Down-Tasks.html

a simple [/] is enough, and indeed it is:

* Everything [/]

Which indeed it is 

After adding this and running org-todo I obtain 


#+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 Dr. 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

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]