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

2009-07-31 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com 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

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

2009-07-28 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com 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

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)) ;;

[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 answered. In

[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 elisp

[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