[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] imenu support for babel blocks
From: |
David O'Toole |
Subject: |
[Orgmode] imenu support for babel blocks |
Date: |
Sat, 17 Jul 2010 16:57:53 -0400 |
I tried the following to get an Imenu composed of babel blocks, so that you could browse/jump to blocks. But it doesn't seem to work, I'm guessing that something about how org-mode builds the imenu-generic-_expression_ overwrites my entry. Is there a hook (or could there be a hook added) that allows me to imenu-ify more constructs?
(push (list "Source code chunks" "^#\\+\\(source:\\|srcname:\\|function:\\) \\(.*\\)$" 2)
imenu-generic-_expression_)
- [Orgmode] imenu support for babel blocks,
David O'Toole <=