DONE export source code block names on export

  • State "DONE" from "TODO" 2010-08-29 Sun 19:15

We do this now. There is currently a pending patch by david O'Toole which concerns this. See Review David O'Toole export patch.

  • perhaps using an org-mode macro
  • noweb has a syntax for doing this on latex export
  • maybe even include a list of where it is used…
>>> That sounds like a good idea.  It would be nice to make the
>>> appearance
>>> of the exported names customizable as I can see many different
>>> possibilities and would prefer to leave the actual choice up to the
>>> user.  Would macros allow for over-definition/customization by the
>>> user?
>>
>> I am afraid you have to ask the Org mode developers this question.
>>
>
> understood :) I'll look into this


I don't know whether you can call Emacs Lisp functions in an Org
macro, but perhaps you can talk the Org developers into allowing for
that. Emacs Lisp functions can be over written.. Even better, you
could then define a hook, and have a clean extendable solution.