From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: table, columns and plot Date: Wed, 27 Jan 2016 10:26:25 +0000 Message-ID: <8760yfmi7i.fsf@pinto.chemeng.ucl.ac.uk> References: <86twm0bq21.fsf@epita.fr> <87powo8dm8.fsf@delle7240.chemeng.ucl.ac.uk> <86h9hz1pb5.fsf@epita.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aONJ5-0005wS-3J for emacs-orgmode@gnu.org; Wed, 27 Jan 2016 05:26:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aONJ0-0008W2-Vx for emacs-orgmode@gnu.org; Wed, 27 Jan 2016 05:26:35 -0500 Received: from mail-db3on0141.outbound.protection.outlook.com ([157.55.234.141]:60576 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aONJ0-0008V4-Ko for emacs-orgmode@gnu.org; Wed, 27 Jan 2016 05:26:30 -0500 In-Reply-To: <86h9hz1pb5.fsf@epita.fr> (flav@epita.fr's message of "Wed, 27 Jan 2016 07:58:38 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: flav@epita.fr Cc: emacs-orgmode@gnu.org On Wednesday, 27 Jan 2016 at 07:58, flav@epita.fr wrote: > Eric S Fraga writes: > >> On Tuesday, 26 Jan 2016 at 11:20, flav@epita.fr wrote: >>> Hi ! >>> I want to plot the extract of columns : >>> But, the gnuplot block do not found the tab1. >>> Is it possible to name the columnview table ? >>> >>> Org-mode version 8.3.3 (8.3.3-17-gce80a0-elpa @ >>> /home/flav/.emacs.d/elpa/org-20160118/)=20 >>> >>> Thks >>> >>> * Synth=C3=A8se >>> >>> #+name: tab1 >>> #+begin: columnview :hlines 1 :id "prj_encours" >> >> What is this line meant to do? Without it, the gnuplot src block works >> just fine. > > #+begin: columnview :hlines 1 :id "prj_encours" > > without this line "#+begin: columnview :hlines 1 :id "prj_encours", I > can't extract properties to make my table, isn't it ?