Re: [Orgmode] no blank lines in org file opened in Emacs on Windows

2007-04-20 Thread Scott Jaderholm
On 4/20/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: Remember that this is only a hack - maybe a better solution would be to use org-cycle-hook and to show those empty lines with a function in there. Carsten, This hack didn't work for me. How hard would it be to do the second option and ad

Re: [Orgmode] no blank lines in org file opened in Emacs on Windows

2007-04-20 Thread Carsten Dominik
On Apr 20, 2007, at 16:59, Scott Jaderholm wrote:   (run-hooks 'outline-view-change-hook)) (add-hook 'outline-mode-hook 'hide-sublevels) This is a misunderstanding, sorry for not being clearer: I meant: (add-hook 'outline-mode-hook (lambda () (defun hide-sublevels .. where the def

Re: [Orgmode] no blank lines in org file opened in Emacs on Windows

2007-04-20 Thread Scott Jaderholm
On 4/20/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: You probably have Emacs 21 under Linux and Emacs 22 under Windows. This is a difference in the implementation of `outline-hide-sublevels' between these versions, and Org-mode simply calls this function. Thanks Carsten, you're right on. I

Re: [Orgmode] no blank lines in org file opened in Emacs on Windows

2007-04-20 Thread Carsten Dominik
You probably have Emacs 21 under Linux and Emacs 22 under Windows. This is a difference in the implementation of `outline-hide-sublevels' between these versions, and Org-mode simply calls this function. I believe you could take the Emacs 21 definition of this function and overwrite the Emacs 2

[Orgmode] no blank lines in org file opened in Emacs on Windows

2007-04-19 Thread Scott Jaderholm
On Linux I can have org open a file and display it like this: * Local Settings... * Projects ** Foo * Something Notice that it's nice about letting me having blank lines between my top level headings, even though they are to some degree compacted. I think my setting is "content" for how expand