From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: No indentation for all paragraph Date: Tue, 12 May 2009 13:13:40 +0200 Message-ID: <87vdo660bf.fsf@kassiopeya.MSHEIMNETZ> References: <306193.65992.qm@web28312.mail.ukl.yahoo.com> <7wmy9iocp8.fsf@brailcom.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M3ps5-0008D3-8k for emacs-orgmode@gnu.org; Tue, 12 May 2009 07:10:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3ps0-0008Bg-JQ for emacs-orgmode@gnu.org; Tue, 12 May 2009 07:10:04 -0400 Received: from [199.232.76.173] (port=56667 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3ps0-0008Bc-Fi for emacs-orgmode@gnu.org; Tue, 12 May 2009 07:10:00 -0400 Received: from mail.gmx.net ([213.165.64.20]:54306) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M3prz-0006kY-Q3 for emacs-orgmode@gnu.org; Tue, 12 May 2009 07:10:00 -0400 In-Reply-To: <7wmy9iocp8.fsf@brailcom.org> (Jan Buchal's message of "Tue, 12 May 2009 12:08:51 +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: Bastien , Org-mode ml Jan Buchal writes: >>>>>> "GR" =3D=3D Giovanni Ridolfi writes: > > >> >>>>> "SR" =3D=3D Sebastian Rose writes: > >>=20 > >> =C2=A0 =C2=A0 SR> Try > >>=20 > >> =C2=A0 =C2=A0 SR> \setlength{\parindent}{0em} > >>=20 > >> Yes, it works fine for PDf but if I want export the same file to > >> HTML then in HTML file is this latex command displayed. Is it > >> possible say that this line has not be exported to HTML? > > GR> what about > > GR> #+BEGIN_LaTeX \setlength{\parindent}{0em} #+END_LaTeX > > GR> Giovanni > Yes, perfect. And if I want that clocking line will be displayed in HTML > or PDF exported file? For example: > > * Summary of time > > CLOCK: [2009-05-11 Po 11:00]--[2009-05-11 Po 11:40] =3D> 0:40 > > > Best Do an M-x customize-variable RET org-export-with- TAB to see all (global) options related to this topic. You can set this in the #+OPTIONS: line per file (see http://orgmode.org/manual/Export-options.html#Export-options): #+OPTIONS: <:t Regards Sebastian