emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Dividers in File
@ 2008-11-18 19:34 David A. Gershman
  2008-11-18 19:47 ` Eric Schulte
  0 siblings, 1 reply; 5+ messages in thread
From: David A. Gershman @ 2008-11-18 19:34 UTC (permalink / raw)
  To: orgmode


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
gershman@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Dividers in File
  2008-11-18 19:34 David A. Gershman
@ 2008-11-18 19:47 ` Eric Schulte
  2008-11-18 22:21   ` Sebastian Rose
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Schulte @ 2008-11-18 19:47 UTC (permalink / raw)
  To: David A. Gershman; +Cc: orgmode

Hi David,

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

"David A. Gershman" <dagershman@dagertech.net> 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
> gershman@dagertech.net
> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Dividers in File
  2008-11-18 19:47 ` Eric Schulte
@ 2008-11-18 22:21   ` Sebastian Rose
  2008-11-19 16:04     ` news.gmane.org
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Rose @ 2008-11-18 22:21 UTC (permalink / raw)
  To: orgmode

Hi David,


"Eric Schulte" <schulte.eric@gmail.com> 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" <dagershman@dagertech.net> 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
>> gershman@dagertech.net
>> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Dividers in File
@ 2008-11-18 22:25 David A. Gershman
  0 siblings, 0 replies; 5+ messages in thread
From: David A. Gershman @ 2008-11-18 22:25 UTC (permalink / raw)
  To: orgmode


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" <dagershman@dagertech.net> 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
> > gershman@dagertech.net
> > 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
gershman@dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Dividers in File
  2008-11-18 22:21   ` Sebastian Rose
@ 2008-11-19 16:04     ` news.gmane.org
  0 siblings, 0 replies; 5+ messages in thread
From: news.gmane.org @ 2008-11-19 16:04 UTC (permalink / raw)
  To: Sebastian Rose; +Cc: orgmode

Sebastian Rose schrieb:
> Hi David,
> 
> 
> "Eric Schulte" <schulte.eric@gmail.com> 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" <dagershman@dagertech.net> 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
>>> gershman@dagertech.net
>>> 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
> 


Hi Sebastian,

having had a look on the old screenshot I would also like to see how
this looks for my org files. Would you be so kind to share your face
settings?

Thanks,
Rainer

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-11-19 16:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-18 22:25 Dividers in File David A. Gershman
  -- strict thread matches above, loose matches on Subject: below --
2008-11-18 19:34 David A. Gershman
2008-11-18 19:47 ` Eric Schulte
2008-11-18 22:21   ` Sebastian Rose
2008-11-19 16:04     ` news.gmane.org

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).