[Orgmode] Table of Contents in an extra buffer?

2009-05-04 Thread Karl Maihofer
Wouldn't it be useful to have a table of contents in an extra buffer to move around quickly in huge org-files as it is possible in LaTeX-files with RefTeX? For me this is a feature that would make Org an even better authoring tool. Karl ___

Re: [Orgmode] Table of Contents in an extra buffer?

2009-05-04 Thread Carsten Dominik
On May 4, 2009, at 3:02 PM, Karl Maihofer wrote: Wouldn't it be useful to have a table of contents in an extra buffer to move around quickly in huge org-files as it is possible in LaTeX- files with RefTeX? For me this is a feature that would make Org an even better authoring tool.

Re: [Orgmode] Table of Contents in an extra buffer?

2009-05-04 Thread Karl Maihofer
Quoting Carsten Dominik carsten.domi...@gmail.com: Bastien has implemented this in org-toc.el which is a contributed package. Perfekt! Thanks a lot! ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] Table of Contents in an extra buffer?

2009-05-04 Thread Sebastian Rose
I use imenu for this. Speedbar works too. Sometimes I still use my own `speedbar in same frame' (which works on console too). For both, add this line to your setup: (add-hook 'org-mode-hook 'imenu-add-menubar-index) Regards, Sebastian Karl Maihofer ignora...@gmx.de writes: