Re: [Orgmode] Re: org-style folding for a .emacs

2009-07-31 Thread Eric Schulte
Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> Sébastien Vauban writes: [...] >> To demonstrate creation of documents, open the "test-export.org" file in >> the base of the org-babel directory, and export it as you would any >> other org-mode file. The "exports" header argum

[Orgmode] Re: org-style folding for a .emacs

2009-07-28 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> I'm a heavy user of "literate programming" for rapports I write for clients >> (in fact, for me, first, but I give them to our clients as well). >> >> Up to a couple of months ago, I was doing literate programming via LaTeX >> and nuweb

Re: [Orgmode] Re: org-style folding for a .emacs

2009-07-16 Thread Eric Schulte
Hi Sébastien, Sébastien Vauban writes: > Hello Eric, > > "Eric Schulte" wrote: >> I've added some simplifying functions to the literate programming >> functionality of org-babel. It should now be easy to embed your elisp >> initialization into org-mode files. Specifically there is now a new >>

[Orgmode] Re: org-style folding for a .emacs

2009-07-15 Thread Sébastien Vauban
Hello Eric, "Eric Schulte" wrote: > I've added some simplifying functions to the literate programming > functionality of org-babel. It should now be easy to embed your elisp > initialization into org-mode files. Specifically there is now a new > `org-babel-load-file' function which can load the

[Orgmode] Re: org-style folding for a .emacs

2009-07-15 Thread Sébastien Vauban
Hello Michael, Does anyone have a recipe for easy org-style folding of an elisp file? I'd like to divide my .emacs into segments to make it easier to oversee and navigate. >> >> I asked myself this question a couple of days ago. Telepathy. For real. >> Good it has been asked, and an

Re: [Orgmode] Re: org-style folding for a .emacs

2009-07-15 Thread Michael Zeller
Seb, > Though, is there a way to get the font used for org-levels in the Emacs config > file? That would really greatly improve the readability, then! Try changing th-outline-minor-mode-init to: (defun th-outline-minor-mode-init () (interactive) (setq outline-regexp (th-outline-regexp)) ;; h

[Orgmode] Re: org-style folding for a .emacs

2009-07-14 Thread Sébastien Vauban
Hello Michael, >> Does anyone have a recipe for easy org-style folding of an elisp file? I'd >> like to divide my .emacs into segments to make it easier to oversee and >> navigate. I asked myself this question a couple of days ago. Telepathy. For real. Good it has been asked, and answered. In my