From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: No indentation for all paragraph Date: Mon, 11 May 2009 18:06:58 +0200 Message-ID: <87my9j39p9.fsf@gnu.org> References: <7wskjbn43u.fsf@brailcom.org> <7woctzlp3k.fsf@brailcom.org> 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 1M3Y1z-0001bV-G3 for emacs-orgmode@gnu.org; Mon, 11 May 2009 12:07:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3Y1u-0001Zp-Q8 for emacs-orgmode@gnu.org; Mon, 11 May 2009 12:07:06 -0400 Received: from [199.232.76.173] (port=55337 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3Y1u-0001Zk-I4 for emacs-orgmode@gnu.org; Mon, 11 May 2009 12:07:02 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:37687) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M3Y1u-0004bS-4e for emacs-orgmode@gnu.org; Mon, 11 May 2009 12:07:02 -0400 Received: by fxm17 with SMTP id 17so2939442fxm.42 for ; Mon, 11 May 2009 09:07:01 -0700 (PDT) In-Reply-To: <7woctzlp3k.fsf@brailcom.org> (Jan Buchal's message of "Mon, 11 May 2009 15:57:03 +0200") 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: Jan Buchal Cc: Org-mode ml Jan Buchal writes: > JB> and I would like have all these paragraphs indented to the left > JB> without a space > > I mean for HTML or PDF export. To my knowledge, paragraphs are not indented by default in HTML. If you want to explicitely force indentation to be 0, use a style specification like this: .p {text-indent:0;} In PDF (as processed by LaTeX), indentation depends on the documentclass you are using in the LaTeX source. -- Bastien