From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Editing table.el tables in Org files Date: Tue, 08 Jan 2013 14:38:59 +0100 Message-ID: <87ip77kd58.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsZOU-0000AK-22 for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 08:39:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsZOQ-0008T5-1c for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 08:39:05 -0500 Received: from mail-bk0-f50.google.com ([209.85.214.50]:48200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsZOP-0008Sy-RJ for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 08:39:01 -0500 Received: by mail-bk0-f50.google.com with SMTP id jf3so243498bkc.23 for ; Tue, 08 Jan 2013 05:39:01 -0800 (PST) In-Reply-To: (Jacobo de Vera's message of "Tue, 8 Jan 2013 11:57:56 +0000") 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: Jacobo de Vera Cc: emacs-orgmode@gnu.org Hi Jacobo, Jacobo de Vera writes: > What I have done so far is to create a new file myself, copy the > table over, edit there and copy back to org file, but it seems like > there should be an easier way to go about this. Is there one? I'd suggest to simply wrap the table into a "#+BEGIN_EXAMPLE" block or a "#+BEGIN_SRC text" source block. That way C-c ' will do the right thing. Hope that helps, -- Bastien