all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [Babel] Weaving noweb chunks
@ 2014-08-04 23:45 aditya siram
  0 siblings, 0 replies; only message in thread
From: aditya siram @ 2014-08-04 23:45 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1184 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-04 23:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 23:45 [Babel] Weaving noweb chunks aditya siram

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.