From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Passing arguments to org-table-export Date: Mon, 02 Sep 2013 14:36:44 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGTNG-0006XR-QR for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 08:37:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGTN9-0003fM-6B for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 08:36:54 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:53480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGTN8-0003es-Vu for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 08:36:47 -0400 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: emacs-orgmode Hello, I would like to export a table to CSV, but only the first two columns. I see that the orgtbl-to-csv takes some parameters which may include :skipcols, but I don't know how to pass these parameters to org-table-export. Do I need to write my own function to do it? Thanks, Alan