Re: [Orgmode] Dividers in File

2008-11-18 Thread David A. Gershman

Not really...just seeing if another way is possible for familiar looks
back from my coding days.

> Hi David,
> 
> Is there any Reason why you don't just make the dividers the first level
> of headlines? -- Eric
> 
> "David A. Gershman" <[EMAIL PROTECTED]> writes:
> 
> > In my org file, I have different sections setup.  I'd like to separate
> > the sections with comment dividers.  For example, I'd like to have:
> >
> > #
> > # Section 1
> >
> > * Heading 1
> >  * Heading 2
> > * Heading 3
> >
> > # End Section 1
> > #
> >
> > #
> > # Section 2
> >
> > * Heading 1
> >  * Heading 2
> > * Heading 3
> >
> > # End Section 2
> > #
> >
> > But when I fold stuff, I get:
> >
> > * Heading 1...
> > * Heading 3...
> > * Heading 1...
> > * Heading 3...
> >
> > Notice the dividers got folded into the trees.  Any way to prevent this?
> >
> > Thanks!
> >
> > ---
> > David A. Gershman
> > [EMAIL PROTECTED]
> > http://dagertech.net/gershman/
> > "It's all about the path!" --d. gershman
> >
> >
> > ___
> > 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
> 
> 
> ___
> 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
> 
> 

---
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman


___
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


Re: [Orgmode] Dividers in File

2008-11-18 Thread Sebastian Rose
Hi David,


"Eric Schulte" <[EMAIL PROTECTED]> writes:
> Hi David,
>
> Is there any Reason why you don't just make the dividers the first level
> of headlines? -- Eric


That's what I'd prefer too. I have customized the headline faces
heavily. An (old) screenshot is here:
http://orgmode.org/worg/code/org-info-js/img/emacs23-org.js.org.png

That seems more readable and less clutter to me. The document is folded
to the outline view - the text inside the sections uses a 'normal'
monospace face :-) - which is the one that column view uses.

If you use different setup files for emacs on X and emacs on console, a
similar setup can be used on a fairly modern OS.



Regards,

  Sebastian




> "David A. Gershman" <[EMAIL PROTECTED]> writes:
>
>> In my org file, I have different sections setup.  I'd like to separate
>> the sections with comment dividers.  For example, I'd like to have:
>>
>> #
>> # Section 1
>>
>> * Heading 1
>>  * Heading 2
>> * Heading 3
>>
>> # End Section 1
>> #
>>
>> #
>> # Section 2
>>
>> * Heading 1
>>  * Heading 2
>> * Heading 3
>>
>> # End Section 2
>> #
>>
>> But when I fold stuff, I get:
>>
>> * Heading 1...
>> * Heading 3...
>> * Heading 1...
>> * Heading 3...
>>
>> Notice the dividers got folded into the trees.  Any way to prevent this?
>>
>> Thanks!
>>
>> ---
>> David A. Gershman
>> [EMAIL PROTECTED]
>> http://dagertech.net/gershman/
>> "It's all about the path!" --d. gershman
>>
>>
>> ___
>> 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
>
>
> ___
> 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
>

--
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover

Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.rose emma-stil de, sebastian_rose gmx de
Http:  www.emma-stil.de


___
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


Re: [Orgmode] Dividers in File

2008-11-18 Thread Eric Schulte
Hi David,

Is there any Reason why you don't just make the dividers the first level
of headlines? -- Eric

"David A. Gershman" <[EMAIL PROTECTED]> writes:

> In my org file, I have different sections setup.  I'd like to separate
> the sections with comment dividers.  For example, I'd like to have:
>
> #
> # Section 1
>
> * Heading 1
>  * Heading 2
> * Heading 3
>
> # End Section 1
> #
>
> #
> # Section 2
>
> * Heading 1
>  * Heading 2
> * Heading 3
>
> # End Section 2
> #
>
> But when I fold stuff, I get:
>
> * Heading 1...
> * Heading 3...
> * Heading 1...
> * Heading 3...
>
> Notice the dividers got folded into the trees.  Any way to prevent this?
>
> Thanks!
>
> ---
> David A. Gershman
> [EMAIL PROTECTED]
> http://dagertech.net/gershman/
> "It's all about the path!" --d. gershman
>
>
> ___
> 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


___
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


[Orgmode] Dividers in File

2008-11-18 Thread David A. Gershman

In my org file, I have different sections setup.  I'd like to separate
the sections with comment dividers.  For example, I'd like to have:

#
# Section 1

* Heading 1
 * Heading 2
* Heading 3

# End Section 1
#

#
# Section 2

* Heading 1
 * Heading 2
* Heading 3

# End Section 2
#

But when I fold stuff, I get:

* Heading 1...
* Heading 3...
* Heading 1...
* Heading 3...

Notice the dividers got folded into the trees.  Any way to prevent this?

Thanks!

---
David A. Gershman
[EMAIL PROTECTED]
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman


___
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