From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uHeTI7wH919UYwAA0tVLHw (envelope-from ) for ; Thu, 07 Jan 2021 13:08:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id MLmIH7wH9180DQAAbx9fmQ (envelope-from ) for ; Thu, 07 Jan 2021 13:08:12 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0F1C69403D2 for ; Thu, 7 Jan 2021 13:08:11 +0000 (UTC) Received: from localhost ([::1]:48598 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxV1N-0000zx-7j for larch@yhetil.org; Thu, 07 Jan 2021 08:08:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54008) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxV0O-0000zV-AR for emacs-orgmode@gnu.org; Thu, 07 Jan 2021 08:07:09 -0500 Received: from ciao.gmane.io ([116.202.254.214]:32966) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxV0M-00085M-9v for emacs-orgmode@gnu.org; Thu, 07 Jan 2021 08:07:07 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kxV0K-0007N2-6q for emacs-orgmode@gnu.org; Thu, 07 Jan 2021 14:07:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-orgmode@gnu.org To: emacs-orgmode@gnu.org From: Uwe Brauer Subject: how to exclude in columnview certain subheaders (subsection) Date: Thu, 07 Jan 2021 14:06:58 +0100 Message-ID: <8735zcq4jx.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:VYvWZg2dM1e0cGlupDAJO1u9gpA= Mail-Copies-To: never Received-SPF: pass client-ip=116.202.254.214; envelope-from=geo-emacs-orgmode@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.248, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.75 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=mat.ucm.es (policy=none); spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: 0F1C69403D2 X-Spam-Score: -1.75 X-Migadu-Scanner: scn0.migadu.com X-TUID: rmMFR7zXPpBH 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