Hi Seb,

Sébastien Vauban <wxhgmqzgw...@spammotel.com> 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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to