From mboxrd@z Thu Jan 1 00:00:00 1970 From: aditya siram Subject: [Babel] Weaving noweb chunks Date: Mon, 4 Aug 2014 18:45:23 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c16ec48f1ec504ffd657f8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XERx8-0005RL-5F for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 19:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XERx7-0004ch-1u for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 19:46:05 -0400 Received: from mail-qg0-x22a.google.com ([2607:f8b0:400d:c04::22a]:46699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XERx6-0004cc-Tt for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 19:46:04 -0400 Received: by mail-qg0-f42.google.com with SMTP id j5so194417qga.29 for ; Mon, 04 Aug 2014 16:46:03 -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 --001a11c16ec48f1ec504ffd657f8 Content-Type: text/plain; charset=UTF-8 Hi all, When weaving with noweb style chunks is there a way for the noweb references to become links back to the chunk in the exported HTML? For example when the following is woven: ** weaving :PROPERTIES: :tangle: yes :END: #+name: foo#+begin_src emacs-lisp (foo) #+end_src#+begin_src emacs-lisp :noweb tangle <>#+end_src I'd like the `<>` in the HTML output to be a link to the `foo` source block. Thanks! -deech --001a11c16ec48f1ec504ffd657f8 Content-Type: text/html; charset=UTF-8
Hi all,
When weaving with noweb style chunks is there a way for the noweb references to become links back to the chunk in the exported HTML?

For example when the following is woven:

** weaving
   :PROPERTIES:
   :tangle:   yes
   :END:

#+name: foo
#+begin_src emacs-lisp 
  (foo)
#+end_src

#+begin_src emacs-lisp :noweb tangle
  <<foo>>
#+end_src

I'd like the `<<foo>>` in the HTML output to be a link to the `foo` source block.

Thanks!
-deech

--001a11c16ec48f1ec504ffd657f8--