From mboxrd@z Thu Jan 1 00:00:00 1970 From: francois Subject: column view and externals id Date: Sun, 21 Dec 2008 00:10:10 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LEKOy-00074a-Uq for emacs-orgmode@gnu.org; Sun, 21 Dec 2008 04:15:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEKOx-00074B-73 for emacs-orgmode@gnu.org; Sun, 21 Dec 2008 04:15:08 -0500 Received: from [199.232.76.173] (port=51774 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEKOx-000748-4O for emacs-orgmode@gnu.org; Sun, 21 Dec 2008 04:15:07 -0500 Received: from main.gmane.org ([80.91.229.2]:59876 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LEKOw-0004J4-On for emacs-orgmode@gnu.org; Sun, 21 Dec 2008 04:15:07 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LEKOt-0008FK-6i for emacs-orgmode@gnu.org; Sun, 21 Dec 2008 09:15:03 +0000 Received: from 37.255.97-84.rev.gaoland.net ([84.97.255.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Dec 2008 09:15:03 +0000 Received: from francois.lagarde by 37.255.97-84.rev.gaoland.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Dec 2008 09:15:03 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I would like to display, in a unique file, columns views that refer to columns defined in different files. I think that ID may help me. But I certainly miss something. I can't achieve it. Here is what I would like to get: [filea.org] * my overview #+BEGIN: columnview :hlines 1 :id "my-id" #+END: [fileb.org] * my data :PROPERTIES: :COLUMNS: ... :ID: my-id :END: any idea?