From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ethan Ligon Subject: [BUG?] Strange effect of noweb name collision on LaTeX export Date: Thu, 7 Jun 2012 17:50:16 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScnPW-0005WT-M1 for emacs-orgmode@gnu.org; Thu, 07 Jun 2012 20:50:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScnPT-00038N-Tp for emacs-orgmode@gnu.org; Thu, 07 Jun 2012 20:50:42 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:60859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScnPT-00037o-Mj for emacs-orgmode@gnu.org; Thu, 07 Jun 2012 20:50:39 -0400 Received: by obbwd18 with SMTP id wd18so2100705obb.0 for ; Thu, 07 Jun 2012 17:50:36 -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: "Emacs-orgmode@gnu.org" #+TITLE: Example of name collision bug #+AUTHOR: #+EMAIL: #+DATE: 2012-06-07 Thu #+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t * Figure and trivial code reference Here we have a figure. This example works as expected; we get a latex figure on export. [[./foo.png]] * Figure and trivial code reference (with collision) Here we have a figure and a trivial code block with a noweb reference. The difference is that the basename of the figure matches the noweb reference. Instead of a figure on latex export, we get a hyperref! [[./bar.png]] #+BEGIN_SRC sh :exports none #<> #+END_SRC -- Ethan Ligon, Associate Professor Agricultural & Resource Economics University of California, Berkeley