Re: [Orgmode] Re: [babel] Tiny "problems"

2009-12-18 Thread Eric Schulte
Hi Seb, Sébastien Vauban writes: [...] > > Simply perfect! > > The only impact is that we cannot expect a multi-line block to be correctly > exported in the following case: > > -- set flag > UPDATE dossier > SET DossierSentToSector = @now > WHERE ID > IN (SELECT actID_fk > FROM action

[Orgmode] Re: [babel] Tiny "problems"

2009-12-18 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: >> Sébastien Vauban writes: >>> >>> In fact, a better specification is: copy whatever (any character) is in >>> front of `<<>>' in front of every line of the referenced block >>> (same amount of characters, be it spaces or something else). >>> >>> That way, a commen

Re: [Orgmode] Re: [babel] Tiny "problems"

2009-12-17 Thread Eric Schulte
I just pushed up a commit which should implement your idea mentioned below. Please try it out and let me know if it doesn't work as expected. Best -- Eric "Eric Schulte" writes: > Hi Sébastien, > > Sébastien Vauban writes: > [...] >> >> In fact, a better specification is: copy whatever (any c

Re: [Orgmode] Re: [babel] Tiny "problems"

2009-12-17 Thread Eric Schulte
Hi Sébastien, Sébastien Vauban writes: [...] > > In fact, a better specification is: copy whatever (any character) is in front > of `<<>>' in front of every line of the referenced block (same > amount of characters, be it spaces or something else). > > That way, a commented SQL source block like

[Orgmode] Re: [babel] Tiny "problems"

2009-12-17 Thread Sébastien Vauban
Hi Eric, Sébastien Vauban wrote: > "Eric Schulte" wrote: >> >> [...] >> >> Currently I don't think we support indentation to the level of the noweb >> reference in the original source-code block. At first glance that does >> however seem to be a better default behavior. I'll look into this. > > [.

[Orgmode] Re: [babel] Tiny "problems"

2009-12-17 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> "Eric Schulte" wrote: >>> Sébastien Vauban writes: > > [...] > - *after* =C-c '= forth and back, all the blank lines in my source block (in my example, the one between "SET NOCOUNT ON" and "SELECT TOP 10") are filled

Re: [Orgmode] Re: [babel] Tiny "problems"

2009-12-16 Thread Eric Schulte
Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> Sébastien Vauban writes: [...] >>> - *after* =C-c '= forth and back, all the blank lines in my source block (in >>> my example, the one between "SET NOCOUNT ON" and "SELECT TOP 10") are >>> filled >>> with an amount of white

[Orgmode] Re: [babel] Tiny "problems"

2009-12-07 Thread Sébastien Vauban
Hi Dan, Dan Davison wrote: > "Eric Schulte" writes: >> Sébastien Vauban writes: >> >>> Here the "problems" (details, though) I've observed: >>> >>> - *after* =C-c '= forth and back, all the blank lines in my source block >>> (in my example, the one between "SET NOCOUNT ON" and "SELECT TOP 10")

[Orgmode] Re: [babel] Tiny "problems"

2009-12-07 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> >> - srcname must be in column 0 for the highlighting to be correct. > > The syntax highlighting is really just org-mode comment highlighting, > and I don't know that it would be desirable to start highlighting > comments which don't st