From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: org-babel-tangle-file not parsing code blocks Date: Mon, 25 Mar 2013 16:02:58 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb202eabe0e8104d8c6f75e Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKFTs-0000Jr-9K for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 18:03:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKFTn-0006y1-Fa for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 18:03:04 -0400 Received: from mail-oa0-f50.google.com ([209.85.219.50]:50127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKFTn-0006xw-AN for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 18:02:59 -0400 Received: by mail-oa0-f50.google.com with SMTP id n1so4157461oag.37 for ; Mon, 25 Mar 2013 15:02:58 -0700 (PDT) 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: Org Mode --e89a8fb202eabe0e8104d8c6f75e Content-Type: text/plain; charset=ISO-8859-1 Hi list, I have a simple babel file with an Emacs Lisp code block, that looks like this: peepopen-config.org: * Load it #+BEGIN_SRC emacs_lisp (add-to-list 'load-path (concat fullofcaffeine-vendor-dir "/peepopen")) (require 'peepopen) (textmate-mode) #+END_SRC (provide 'peepopen-config) I'm trying to tangle it with (org-babel-tangle-file "peepopen-config.org"), but I get the following in the "Messages" buffer: Tangled 0 code blocks from peepopen-config.org I'm confused, since the file *does* contain a code block. Am I doing something wrong? Thanks in advance, - Marcelo. --e89a8fb202eabe0e8104d8c6f75e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi list,

I have a simple babel file with an Emacs Lisp c= ode block, that looks like this:


* = Load it
#+BEGIN_SRC emacs_lisp
=A0 (add-to-list 'load-path (concat fullofcaf= feine-vendor-dir "/peepopen"))
=A0 (require 'peepopen)
= =A0 (textmate-mode)
#+END_SRC

(provide 'peepopen-config)
<= /blockquote>

I'm trying to tangle it with (org-babel-tangl= e-file "peepopen-config.org= "), but I get the following in the "Messages" buffer:

Tangled 0 code blocks from peepopen-config.org

I'm confused, since the file *does* contain a code = block. Am I doing something wrong?

Thanks in advan= ce,

- Marcelo.=A0



--e89a8fb202eabe0e8104d8c6f75e--