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