From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id KIjCCkHW9l8HLAAA0tVLHw (envelope-from ) for ; Thu, 07 Jan 2021 09:37:05 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id ADe4BkHW9l/SEQAAB5/wlQ (envelope-from ) for ; Thu, 07 Jan 2021 09:37:05 +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 980A09403A9 for ; Thu, 7 Jan 2021 09:37:01 +0000 (UTC) Received: from localhost ([::1]:35318 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxRj1-0008QK-4r for larch@yhetil.org; Thu, 07 Jan 2021 04:36:59 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57552) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxRiV-0008Q0-TH for emacs-orgmode@gnu.org; Thu, 07 Jan 2021 04:36:27 -0500 Received: from ciao.gmane.io ([116.202.254.214]:59562) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxRiU-0001cA-4r for emacs-orgmode@gnu.org; Thu, 07 Jan 2021 04:36:27 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kxRiP-0009qp-U8 for emacs-orgmode@gnu.org; Thu, 07 Jan 2021 10:36:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-orgmode@gnu.org To: emacs-orgmode@gnu.org From: Uwe Brauer Subject: columnview how to break lines if cell is to width Date: Thu, 07 Jan 2021 10:36:16 +0100 Message-ID: <878s95ozqn.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:eaW0p6l5ZRdqHwRceoAUjvlaxdY= 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.249, 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.74 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: 980A09403A9 X-Spam-Score: -1.74 X-Migadu-Scanner: scn0.migadu.com X-TUID: 5XSrK21Df+ZF Hello Please consider the following example: #+begin_src ,* Group 1 :PROPERTIES: :COLUMNS: :Usuario1: Antonio Gonzales :Email1: gonzi@ucm.es :Usuario2: Isabel Diaz :Email2: isabel@ucm.es :Usuario3: Paula Rodríguez :Email3: paula@ucm.es :Usuario4: Filipe Rio :Email4: filipe@ucm.es :END: ,#+TBLNAME: members ,#+BEGIN: columnview :hlines 2 :indent nil :format "%50ITEM %5Usuario1(Member) %5Email1(Email) %5Usuario2(Member) %5Email2(Email) %5Usuario3(Member) %5Email3(Email) %5Usuario4(Member) %5Email4(Email)" | ITEM | Member | Email | Member | Email | Member | Email | Member | Email | |---------+------------------+--------------+-------------+---------------+-----------------+--------------+------------+---------------| | Group 1 | Antonio Gonzales | gonzi@ucm.es | Isabel Diaz | isabel@ucm.es | Paula Rodríguez | paula@ucm.es | Filipe Rio | filipe@ucm.es | ,#+END #+end_src The resulting table has a bit too much width, I could use #+begin_src ,* Group 1 :PROPERTIES: :COLUMNS: :Usuario1: Antonio Gonzales (email gonzi@ucm.es) :Usuario2: Isabel Diaz (email: isabel@ucm.es) :Usuario3: Paula Rodríguez (email: paula@ucm.es) :Usuario4: Filipe Rio (email: filipe@ucm.es) :END: ,#+TBLNAME: members ,#+BEGIN: columnview :hlines 2 :indent nil :format "%50ITEM %5Usuario1(Member) %5Usuario2(Member) %5Usuario3(Member) %5Usuario4(Member)" | ITEM | Member | Member | Member | Member | |---------+---------------------------------------+------------------------------------+-----------------------------------------+-----------------------------------| | Group 1 | Antonio Gonzales (email gonzi@ucm.es) | Isabel Diaz (email: isabel@ucm.es) | Paula Rodríguez (email: paula@ucm.es) | Filipe Rio (email: filipe@ucm.es) | ,#+END #+end_src But then I would like to have a newline before (email ...) Is this possible. Another possibility would be to obtain a vertical table like this one | ITEM | Group 1 | | Member | Antonio Gonzales | | Email | gonzi@ucm.es | | Member | Isabel Diaz | | Email | isabel@ucm.es | | Member | Paula Rodríguez | | Email | paula@ucm.es | | Member | Filipe Rio | | Email | filipe@ucm.es | How can this be achieved? regards Uwe Brauer