From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: org-babel-tangle-file not parsing code blocks Date: Mon, 25 Mar 2013 16:03:47 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb200bca723cf04d8c6fad2 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKFUf-0000uX-DT for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 18:03:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKFUa-00079F-0y for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 18:03:53 -0400 Received: from mail-oa0-f54.google.com ([209.85.219.54]:54700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKFUZ-000791-S5 for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 18:03:47 -0400 Received: by mail-oa0-f54.google.com with SMTP id n12so6979088oag.13 for ; Mon, 25 Mar 2013 15:03:47 -0700 (PDT) In-Reply-To: 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 --e89a8fb200bca723cf04d8c6fad2 Content-Type: text/plain; charset=ISO-8859-1 Versions: Org-mode version 8.0-pre (release_8.0-pre-186-g8aeea9.dirty) GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-03-12 On Mon, Mar 25, 2013 at 4:02 PM, Marcelo de Moraes Serpa < celoserpa@gmail.com> wrote: > 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. > > > > --e89a8fb200bca723cf04d8c6fad2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Versions:

Org-mode version 8.0-pre (release_8.0-pre-186-= g8aeea9.dirty)

GNU Emacs 24.3.1 (x86_64-apple-darw= in, NS apple-appkit-1038.36) of 2013-03-12



On Mon, Mar 25, 2013 at 4:02 PM, Marcelo de = Moraes Serpa <celoserpa@gmail.com> wrote:
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 "peepo= pen-config.org"), but I get the following in the "Messages&qu= ot; 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




--e89a8fb200bca723cf04d8c6fad2--