From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Mickey Subject: Re: Trouble exporting ditaa blocks to latex or html Date: Mon, 18 Jul 2011 19:04:48 -0700 Message-ID: References: <87d3h7owyg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QizgW-0003L3-L7 for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 22:05:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QizgV-0003Dg-El for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 22:05:20 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:43797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QizgV-0003Da-7z for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 22:05:19 -0400 Received: by eyx24 with SMTP id 24so3518560eyx.19 for ; Mon, 18 Jul 2011 19:05:18 -0700 (PDT) In-Reply-To: <87d3h7owyg.fsf@gmail.com> 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: Eric Schulte Cc: emacs-orgmode Org-Mode On Mon, Jul 18, 2011 at 18:55, Eric Schulte wrote: > First off, be sure that evaluation works interactively by pressing C-c > C-c with the cursor on the code block body. There we go! Did C-c C-c, it complained with: "No org-babel-execute function for ditaa!", so I searched a bit, and found out my setq line is incorrect. Instead of setq it should be org-babel-do-load-languages. Now it all works! Hurray! Now it works like a champ. // jeff