Hi Nicolas, Nicolas Goaziou writes:
> Thanks. Note you need to add two spaces between sentences. Ah, sorry, I hadn't noticed that :-). The thing is that I have in my ~/.emacs `sentence-end-double-space' set to nil. > However, isn't it a bug? Shouldn't t value default to "figure" > environment, if only for the sake of backward compatibility? I think you're right. t value should be figure and table, I agree. Would it be appropriate to add these two lines: In org-latex--inline-image: ((string= float "t") 'figure) And in org-latex--decorate-table ((string= float "t") "table") ? Best regards, Juan Manuel