Hi David,
I've never used imenu myself, but that sounds useful. I'd recommend
using the following rather than building your own regexp
--8<---cut here---start->8---
(push (list "Source code chunks"
org-babel-src-name-w-name-regexp 2)
imenu-ge
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
Hi Dimitris,
"Dimitris Kapetanakis" <[EMAIL PROTECTED]> writes:
> I really liked the imenu feature. It is very useful especially for big files.
> However, it does not appear automatically when I open an org file (I made the
> addition you described in .emacs). But it does appear if I make inside
I really liked the imenu feature. It is very useful especially for big
files. However, it does not appear automatically when I open an org file (I
made the addition you described in .emacs). But it does appear if I make
inside the org buffer imenu-add-to-menubar (and then a name e.g. toc).
Do I do