From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Andresen Subject: Re: Problems using org-babel Date: Sat, 03 Oct 2009 19:27:57 +0200 Message-ID: <87vdiwqteq.fsf@in-ulm.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mu8Pk-0000rE-7k for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 13:29:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mu8Pf-0000o8-Mf for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 13:28:59 -0400 Received: from [199.232.76.173] (port=55678 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mu8Pf-0000o5-JH for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 13:28:55 -0400 Received: from mail.in-ulm.de ([217.10.8.10]:38692) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Mu8Pf-0007N2-4g for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 13:28:55 -0400 In-Reply-To: (Keith Lancaster's message of "Sat, 03 Oct 2009 12:11:57 -0500") 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 Hey Keith, Keith Lancaster writes: > 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. Create a new file with nothing in it, then start adding org-mode parts. (The load path, require the org and org-babel). That way you can guarantee the problem is with org-mode/org-babel and not with some other part of your setup. emacs -Q -l newfile.el If you've done so, incrementally add parts of your old init.el to the new file and see if something breaks. That way you find the step that doesn't work. If you experience problems with the initial step of getting org-mode to run with an empty init.el file, tell us what versions you're using (M-x org-version RET) and what exactly you did to cause the error message. (Alternatively you could also do M-x toggle-debug-on-error RET and post that.) br, benny