[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: what is 'outline mode'?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-31 18:18:27 CET

Zack Brown <zbrown@tumblerings.org> writes:
> In 'IDEAS', it says to use "outline-mode format" in the file, but this
> isn't described anywhere. My best guess is that it's an emacs thing.
> What should vi users do?

Well, the format can be used by any editor. Emacs happens to have
special support for it; maybe vi does too, I don't know.

Just follow the file format intuitively. It uses `*' to indicate
heading levels. More `*'s means deeper nesting (so a single star is
the highest heading level).

   * This is Heading A
   
     some text
   
   ** This is a sub-heading inside section A
   
     some more text
   
   *** This is a sub-sub-heading inside the first sub-heading above
   *** So is this
   
   * This is Heading B
   

...and so on

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 31 18:50:08 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.