From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Lancaster Subject: Problems using org-babel Date: Sat, 03 Oct 2009 12:11:57 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7BIT Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mu89Q-0008FU-5c for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 13:12:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mu89L-0008E3-Gl for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 13:12:07 -0400 Received: from [199.232.76.173] (port=57811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mu89L-0008Dw-AJ for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 13:12:03 -0400 Received: from mx20.gnu.org ([199.232.41.8]:31432) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mu89K-00040u-JM for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 13:12:02 -0400 Received: from asmtpout029.mac.com ([17.148.16.104]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mu89I-0004YL-DN for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 13:12:00 -0400 Received: from [192.168.1.110] (99-7-194-153.lightspeed.hstntx.sbcglobal.net [99.7.194.153]) by asmtp029.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KQY001217RXI960@asmtp029.mac.com> for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 10:11:58 -0700 (PDT) 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: Org Mode I enabled org-babel according to the instructions on worg, but am running into a number of issues which I am guessing are a function of my configuration. For example, enabling org-babel completely breaks remember mode, giving me a "wrong ..." argument (sorry - don't have it in front of me) error. Adding a python source block still allows exporting, but adding a ruby block causes a "wrong..." error as well when I try to export. I guess the real question is how do I debug this? I am relatively new to emacs, and not familiar really with how to track some of these issues down. Keith Lancaster klancaster1957@mac.com