From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: A question about inlined images Date: Thu, 01 Oct 2009 06:09:13 +0200 Message-ID: <8763azeowm.fsf@gmx.de> References: <83ab0c4w9g.fsf@ymail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtCyn-00013r-AT for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 00:09:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtCyi-0000z5-Jm for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 00:09:20 -0400 Received: from [199.232.76.173] (port=41221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtCyi-0000z2-Hh for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 00:09:16 -0400 Received: from mail.gmx.net ([213.165.64.20]:50494) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MtCyh-0005io-UY for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 00:09:16 -0400 In-Reply-To: <83ab0c4w9g.fsf@ymail.com> (Water Lin's message of "Wed, 30 Sep 2009 17:28:11 +0800") 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: Water Lin Cc: emacs-orgmode@gnu.org Water Lin writes: > Acoording to reference > > http://orgmode.org/manual/Inlined-images.html#Inlined-images > > , I can insert images to my org. > > But after I export the org file to html, I get a page whoes images are > all aligned at the right side. > > How can I control the image css style? Nowadays, you need to add this to the options section (top) of you Org-mode file: #+STLYE: div.figure p { text-align: left; } I think this not a feature, but annoying. The

element prevents individual aligned images and has to go IMHO. Sebastian