Re: [Orgmode] imenu support for babel blocks

2010-07-20 Thread Eric Schulte
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

[Orgmode] imenu support for babel blocks

2010-07-17 Thread David O'Toole
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

Re: [Orgmode] imenu

2007-12-08 Thread Bastien
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

[Orgmode] imenu

2007-12-05 Thread Dimitris Kapetanakis
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