emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* exclude certain subsection in columnview
@ 2021-10-16 20:02 Uwe Brauer
  0 siblings, 0 replies; only message in thread
From: Uwe Brauer @ 2021-10-16 20:02 UTC (permalink / raw)
  To: emacs-orgmode

Hello 

Please consider the following example:
how can I exclude the last ** G3 entry

regards

Uwe Brauer 


#+begin_src elisp

* Sheets                                                           :noexport:
  :PROPERTIES:
  :COLUMNS:  %10SSheet(Sheet Nr) %10Ex(Exercise Nr)  %17Date(Date) %7STATUS(Status){X/}
  :ID2:       Sheet1
  :END:

** DONE G1                                                   :noexport:
    :PROPERTIES:
    :ID:       G1
    :User1:    John
    :email1: john@gmail.com
    :Start:    <2021-02-16 mar>
    :End:      <2021-05-24 lun>
    :STATUS:   [ ]
    :ST1:      [ ]
    :Sheet:    H1
    :Ex:       E1
    :END:

** DONE G2
    :PROPERTIES:
    :ID:       G2
    :Usuario1: Jane
    :email1:   jane@gmail.com
    :Start:    <2020-07-26 Sun>
    :End:      <2020-11-22 dom>
    :STATUS:   [X]
    :ST1:      [X]
    :Sheet:    H1
    :Ex:       E3
    :END:

** WAIT G3
    :PROPERTIES:
    :Id:       G3
    :Usuario1: Fritz
    :Start:    <2020-07-26 Sun>
    :End:      <2020-11-22 dom>
    :ST2:      [X]
    :STATUS:   [X]
    :Sheet:     H2
    :Ex:       E2
    :END:


    - State "WAIT"       from "DONE"       [2021-10-16 sáb 21:55]
** Grupo Todos Ejercicios
#+BEGIN: columnview2 :hlines 2 :indent nil :format " %5TODO(Status) %5Id(Grupo) %5Ej(Ejercicio) %5Sheet(Sheet) %7ST1(Status){X/} %7ST2(Status){X/}"
| <5>    | <5>   | <5>       | <5>   | <7>    | <7>    |
| Status | Grupo | Ejercicio | Sheet | Status | Status |
|--------+-------+-----------+-------+--------+--------|
|        |       |           |       | [1/2]  | [1/1]  |
|--------+-------+-----------+-------+--------+--------|
| DONE   | G1    |           | H1    | [ ]    |        |
|--------+-------+-----------+-------+--------+--------|
| DONE   | G2    |           | H1    | [X]    |        |
|--------+-------+-----------+-------+--------+--------|
| WAIT   | G3    |           | H2    |        | [X]    |
|--------+-------+-----------+-------+--------+--------|
|        |       |           |       |        |        |
#+END
#+end_src



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-16 20:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16 20:02 exclude certain subsection in columnview Uwe Brauer

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