Re: [Orgmode] Re: Restore previous folded state of org buffer

2009-08-02 Thread Carsten Dominik
On Aug 3, 2009, at 7:33 AM, User wrote: Carsten Dominik gmail.com> writes: this is great functionality, thanks for sharing it. I would like to include it with Org-mode, s I need to ask: Do you have a copyright assignment with the FSF? Or are you willing to sign one? I don't have one and

[Orgmode] Re: Restore previous folded state of org buffer

2009-08-02 Thread User
Carsten Dominik gmail.com> writes: > > this is great functionality, thanks for sharing it. I would like > to include it with Org-mode, s I need to ask: Do you have a > copyright assignment with the FSF? Or are you willing to sign one? I don't have one and I doubt I'll have the time in these d

Re: [Orgmode] Re: Restore previous folded state of org buffer

2009-08-02 Thread Carsten Dominik
On Jul 26, 2009, at 7:22 PM, User wrote: User gmail.com> writes: The folding information should simply be saved into a separate file. For example, for notes.org the accompanying folding information could be in notes.org.fold. The posted code can be trivially modified to behave this way and w

Re: [Orgmode] Re: Restore previous folded state of org buffer

2009-07-26 Thread Bastien
User writes: > Bastien googlemail.com> writes: >> >> I was just about to suggest: "Why not using a VISIBILITY property >> for that?" (that would spare us the additional file..) but you were >> faster than me! :) >> > > Ah, yes. Properties. Being a new user I haven't yet used them, > so they

[Orgmode] Re: Restore previous folded state of org buffer

2009-07-26 Thread User
Bastien googlemail.com> writes: > > I was just about to suggest: "Why not using a VISIBILITY property > for that?" (that would spare us the additional file..) but you were > faster than me! :) > Ah, yes. Properties. Being a new user I haven't yet used them, so they didn't occur to me. Anywa

Re: [Orgmode] Re: Restore previous folded state of org buffer

2009-07-26 Thread Bastien
User writes: > User gmail.com> writes: >> >> The folding information should simply be saved into a separate >> file. For example, for notes.org the accompanying folding >> information could be in notes.org.fold. The posted code can be >> trivially modified to behave this way and with this chang

[Orgmode] Re: Restore previous folded state of org buffer

2009-07-26 Thread User
User gmail.com> writes: > > The folding information should simply be saved into a separate > file. For example, for notes.org the accompanying folding > information could be in notes.org.fold. The posted code can be > trivially modified to behave this way and with this change the > actual content

[Orgmode] Re: Restore previous folded state of org buffer

2009-07-26 Thread User
Bastien googlemail.com> writes: > > One way to work around this limitation and to safely store the folding > information would be to put it in a face property for each headline. > Perhaps you have time to dig into that direction? Unfortunately, I have more pressing matters to deal with current