Re: [Orgmode] Images in div and p

2009-10-02 Thread Carsten Dominik
Applied, thanks! Maybe your example can be turned into an image-placing tutorial or FAQ? - Carsten On Oct 2, 2009, at 1:16 AM, Sebastian Rose wrote: OK, this is my proposal (don't know, why I didn't send a patch in the first place...). If a caption is provided, wrap the image as before. I

Re: [Orgmode] Images in div and p

2009-10-01 Thread Sebastian Rose
OK, this is my proposal (don't know, why I didn't send a patch in the first place...). If a caption is provided, wrap the image as before. If no caption is provided, just insert the image tag. diff --git a/lisp/org-html.el b/lisp/org-html.el index 0e06919..a9adf30 100644 --- a/lisp/org-html.

Re: [Orgmode] Images in div and p

2009-10-01 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > what patch should I apply? You know that you have infinite power > over the Org HTML export :-) > Could we have a way to set how to place the figure on a per-figure base? > Like using #+HTML_ATTR: We have that already and it works fine. Maybe add th

Re: [Orgmode] Images in div and p

2009-09-30 Thread Carsten Dominik
Hi Sebastian, what patch should I apply? You know that you have infinite power over the Org HTML export :-) Could we have a way to set how to place the figure on a per-figure base? Like using #+HTML_ATTR: Let me know how to improve this. - Carsten On Oct 1, 2009, at 6:24 AM, Sebastian Rose w

[Orgmode] Images in div and p

2009-09-30 Thread Sebastian Rose
Hi Carsten and all XHTML exporters, is there a godd reason to export [[./intranet/img/powered-by-mysql-167x86.png]] as ? Nowadays, we need to add this to our Org-mode files: #+STLYE: div.figure p { text-align: left; } I think this not a feature, but annoying. The e