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: Fri, 18 Dec 2009 11:48:53 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

Hi Seb,

Sébastien Vauban <address@hidden> 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 actions
>         WHERE (actID = 338 AND actEtat = 3))
>     AND F1SignDate < @firstDayOfThisMonth
>     AND DossierSentToSector IS NULL
>     AND <<ConditionForSector>>
>
> Because `AND' would be copied in front of every line, which may not be OK.
> But, for me, that's both perfectly comprehensible and perfectly acceptable.
>

you can't please everyone all the time, I think the current solution is
the best option

>
> Would the source block be mono-line, the above must perfectly work.
>
> Do we agree on this?
>

yes, it should work for single-line blocks

>
> Thank you very much, anyway, for this very nice fix, which fixes the above
> problem of commented block, and the indentation one... 2 flies with 1 stone.
>

Thanks for the idea.  Best -- Eric

>
> Best regards,
>   Seb




reply via email to

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