From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Org table to CSV Date: Fri, 15 Jul 2011 23:08:46 +0530 Message-ID: <81sjq71m1l.fsf@gmail.com> References: <6FA39E3A-3203-42B6-B7AE-2E92875EF9D0@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhmLV-0008Fq-LT for emacs-orgmode@gnu.org; Fri, 15 Jul 2011 13:38:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhmLU-0007py-8D for emacs-orgmode@gnu.org; Fri, 15 Jul 2011 13:38:37 -0400 Received: from mail-pz0-f43.google.com ([209.85.210.43]:51964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhmLT-0007pr-M6 for emacs-orgmode@gnu.org; Fri, 15 Jul 2011 13:38:36 -0400 Received: by pzk1 with SMTP id 1so2066872pzk.30 for ; Fri, 15 Jul 2011 10:38:34 -0700 (PDT) In-Reply-To: <6FA39E3A-3203-42B6-B7AE-2E92875EF9D0@gmail.com> (A. Ryan Reynolds's message of "Fri, 15 Jul 2011 11:34:01 -0500") 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: "A. Ryan Reynolds" Cc: emacs-orgmode@gnu.org "A. Ryan Reynolds" writes: > I'm doing a lot of work with CSV files at the moment. I know I can > convert a region of CSV to an org table with C-c | (and I do so > frequently-- thanks for this highly useful feature!), but is there any > way I can turn an org table back into CSV? I need to do this almost as > frequently. M-x org-table-export RET If you are confused about what to type in just use TAB to see the completion candidates. > -- > A. Ryan Reynolds > > --