emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [Babel] Weaving noweb chunks


From: aditya siram
Subject: [O] [Babel] Weaving noweb chunks
Date: Mon, 4 Aug 2014 18:45:23 -0500

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]