From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nigel Beck Subject: orgtbl mode puzzle Date: Fri, 15 Oct 2010 06:44:11 -0400 Message-ID: <87vd53g2h0.fsf@asusbsd.danakil.selfip.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=40350 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6isS-0008TK-55 for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 07:55:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6isQ-0004NE-SF for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 07:55:12 -0400 Received: from lo.gmane.org ([80.91.229.12]:60345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6isQ-0004Mv-HW for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 07:55:10 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6isK-0006z1-Kp for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 13:55:04 +0200 Received: from 94-195-252-76.zone9.bethere.co.uk ([94.195.252.76]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2010 13:55:04 +0200 Received: from me by 94-195-252-76.zone9.bethere.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2010 13:55:04 +0200 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 I'm not sure if I'm understanding orgtbl mode correctly per http://orgmode.org/manual/Tables-in-arbitrary-syntax.html#Tables-in-arbitrary-syntax, but here is my experience (using the latest code from git). 1) Make something.org, cut and paste in the table from the latex example http://orgmode.org/manual/A-LaTeX-example.html#A-LaTeX-example, hit C-c C-c => nothing happens 2) Make something.txt, do M-x orgtbl-mode, cut and paste in the table from the latex example, hit C-c C-c => latex table is inserted. 3) Make something.org, cut and paste a list from the list example http://orgmode.org/manual/Radio-lists.html#Radio-lists, hit C-c C-c => latex list is inserted. 4) Make something.txt, do M-x orgtbl-mode, cut and paste in the list example, hit C-c C-c => wrong type argument: commandp, nil So I get: tables work, but only with minor mode orgtbl-mode and not in org-mode. Lists work, but only in orgmode and not with minor mode orgtbl-mode. Is this as intended? Or, does it even work this way for anyone else?