emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eric Schulte
Subject: Re: [Orgmode] Re: [babel] Tiny "problems"
Date: Thu, 17 Dec 2009 11:23:18 -0700
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin)

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" <address@hidden> writes:

> Hi Sébastien,
>
> Sébastien Vauban <address@hidden> writes:
> [...]
>>
>> In fact, a better specification is: copy whatever (any character) is in front
>> of `<<<code here>>>' 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 the following would be correctly
>> outputted:
>>
>>     -- -- set flag
>>     -- UPDATE dossier
>>     -- SET DossierSentToSector = @now
>>     -- WHERE ID
>>     --     IN (SELECT actID_fk
>>     --         FROM actions
>>     --         WHERE (actID = 338 AND actEtat = 3))
>>     --     AND F1SignDate < @firstDayOfThisMonth
>>     --     AND DossierSentToSector IS NULL
>>     --     AND
>>     --     <<ConditionForSector>>
>>
>> Currently, the first line of the "condition" block is commented, the others
>> not, resulting in incorrect code being tangled.
>>
>> With the above "spec", I guess all cases are covered. What do you think?
>>
>
> I like it a lot, I'll add this to the TODO.  Thanks -- Eric
>
>>
>> Best regards,
>>   Seb




reply via email to

[Prev in Thread] Current Thread [Next in Thread]