Re: [O] "TOC" in a buffer

2014-06-30 Thread Eric Abrahamsen
Sharon Kimble writes: > Following on from the theme of "Table of Contents", is it possible to > just have a "TOC" for the file that it is in? Like - > > -*- mode: org -*- > #+STARTUP: overview > > "Table of Contents" > > * blah > ** de blah > Blurb and onwards. > > Thanks > Sharon. Yup, try o

Re: [O] "TOC" in a buffer

2014-06-30 Thread Thomas S. Dye
Aloha Sharon, Sharon Kimble writes: > Following on from the theme of "Table of Contents", is it possible to > just have a "TOC" for the file that it is in? Like - > -*- mode: org -*- > #+STARTUP: overview > > "Table of Contents" > > * blah > ** de blah > Blurb and onwards. I'm not sure I und

[O] "TOC" in a buffer

2014-06-30 Thread Sharon Kimble
Following on from the theme of "Table of Contents", is it possible to just have a "TOC" for the file that it is in? Like - --8<---cut here---start->8--- -*- mode: org -*- #+STARTUP: overview "Table of Contents" * blah ** de blah Blurb and onwards. --8<--