all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to exclude in columnview certain subheaders (subsection)
@ 2021-01-07 13:06 Uwe Brauer
  0 siblings, 0 replies; only message in thread
From: Uwe Brauer @ 2021-01-07 13:06 UTC (permalink / raw)
  To: emacs-orgmode



Hi 

The following example puzzles me.

* Exclude certain ID
:PROPERTIES:
:COLUMNS:  
:ID: 
:END:




** Group2
   :PROPERTIES:
   :ID:       G1
   :Grp1:     1
   :Gr:       Group-1
   :Usuario1: Antonio
   :Usuario2: Isabel
   :Usuario3: Paula
   :Usuario4: Filipe
   :Start:    <2020-07-26 Sun>
   :End:      <2020-11-22 dom>
   :STATUS:   [X]
   :ST1:      [X]
   :Hoja:     H1
   :Ej:       E1
   :END:

** Group2
   :PROPERTIES:
   :ID:       G2
   :Grp1:     1
   :Gr:       Group-1
   :Usuario1: Juan
   :Usuario2: Eva
   :Usuario3: Paula
   :Usuario4: Albert
   :Start:    <2020-07-26 Sun>
   :End:      <2020-11-22 dom>
   :STATUS:   [X]
   :ST1:      [X]
   :Hoja:     H1
   :Ej:       E1
   :END:

** List of all group members


#+TBLNAME: mitglieder2
#+BEGIN: columnview   :hlines 2 :skip-empty-rows t :indent nil  :ID  "G1"  :format "%5ITEM(Groups) %5Usuario1(Memember) %5Usuario2(Memember) %5Usuario3(Memember) %5Usuario4(Memember)"
| Groups | Memember | Memember | Memember | Memember |
|--------+----------+----------+----------+----------|
| Group2 | Antonio  | Isabel   | Paula    | Filipe   |
|--------+----------+----------+----------+----------|
| Group2 | Juan     | Eva      | Paula    | Albert   |
 #+END


I don't understand why Group 2 is included the ID says "G1" and Group2
has ID "G2"

What do I miss?

Thanks and regards

Uwe Brauer 



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

only message in thread, other threads:[~2021-01-07 13:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-07 13:06 how to exclude in columnview certain subheaders (subsection) Uwe Brauer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.