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 the org
> buffer imenu-add-to-menubar (and then a name e.g. toc).
>
> Do I do something wrong?

There was a small typo in Carsten's message from december, 5th.  This
should work:

(add-hook 'org-mode-hook
          (lambda () (imenu-add-to-menubar "Imenu")))

HTH,

-- 
Bastien


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to