Re: [Orgmode] image size in html export

2010-09-15 Thread etimecowboy
From: Eric S Fraga ucec...@ucl.ac.uk Subject: Re: [Orgmode] image size in html export Date: Mon, 13 Sep 2010 09:01:24 +0100 On Mon, 13 Sep 2010 07:01:24 +0100 (BST), etimecowboy etimecow...@googlemail.com wrote: Hi everyone, Does anybody know how to set the size of an in-line image when

[Orgmode] image size in html export

2010-09-13 Thread etimecowboy
Hi everyone, Does anybody know how to set the size of an in-line image when exporting html? I know that org can set that when exporting latex (with #+ATTR_LaTeX: width=), but could not find a similar way when exporting html. Thanks for the help. -

Re: [Orgmode] image size in html export

2010-09-13 Thread Stefan Vollmar
Dear etimecowboy, you can use a MACRO to create (almost) any HTML code you require. Put this at the top of your Org file (I prefer to have macros in a separate file which I then include like this: #+setupfile: my-macro-file.org): #+macro: my-image #+html: img width=100px

Re: [Orgmode] image size in html export

2010-09-13 Thread Eric S Fraga
On Mon, 13 Sep 2010 07:01:24 +0100 (BST), etimecowboy etimecow...@googlemail.com wrote: Hi everyone, Does anybody know how to set the size of an in-line image when exporting html? I know that org can set that when exporting latex (with #+ATTR_LaTeX: width=), but could not find a similar