From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aankhen Subject: Re: adding a style to individual images Date: Mon, 28 Feb 2011 12:16:05 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=48318 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtwwV-00057R-DU for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 01:50:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PtwwP-0006nd-Ub for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 01:50:51 -0500 Received: from mail-vw0-f41.google.com ([209.85.212.41]:43934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PtwwP-0006nT-SK for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 01:50:45 -0500 Received: by vws13 with SMTP id 13so3639264vws.0 for ; Sun, 27 Feb 2011 22:50:45 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: ishi soichi Cc: emacs-orgmode@gnu.org On Mon, Feb 28, 2011 at 12:00, ishi soichi wrote: > My org is 7.01 and Emacs23.2 > #+ATTR_HTML: alt=3D"apples image" title=3D"How many?" align=3D"right" > width=3D"100px" > [[images/apples6.jpeg]] > produced this. > width=3D"100px"> Try changing that to =E2=80=98[[./images/apples6.jpeg]]=E2=80=99 (add ./ to= the beginning). Not sure what else it might be=E2=80=94my Org experience is st= ill in a nascent stage. By the way, the =E2=80=98width=E2=80=99 attribute already uses pixels for i= ts units, so =E2=80=98width=3D"100"=E2=80=99 would be enough. Aankhen