From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: orgtbl mode puzzle Date: Sat, 16 Oct 2010 08:03:50 +0200 Message-ID: References: <87vd53g2h0.fsf@asusbsd.danakil.selfip.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51814 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6zs4-0008E7-8T for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 02:03:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6zs2-0004GZ-Ez for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 02:03:56 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:57058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6zs2-0004GG-8G for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 02:03:54 -0400 Received: by ewy5 with SMTP id 5so1147211ewy.0 for ; Fri, 15 Oct 2010 23:03:53 -0700 (PDT) In-Reply-To: <87vd53g2h0.fsf@asusbsd.danakil.selfip.com> 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: Nigel Beck Cc: emacs-orgmode@gnu.org Hi Nigel, radio tables and list are not supposed to work in org-mode, only in other buffers with orgtbl-mode (for tables) and orgstruct-mode (for lists) activated. Things work OK for tables, but there is a new bug in the list part. I have asked Nicolas to take a look. - Carsten On Oct 15, 2010, at 12:44 PM, Nigel Beck wrote: > 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? > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode