From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saptarshi Guha Subject: Re: Wrong indentation for SRC tag in Python mode Date: Wed, 9 Dec 2009 22:13:54 -0500 Message-ID: <1e7471d50912091913td4e1e82k614761a07e38e9bc@mail.gmail.com> References: <1e7471d50912091906v18d105d1qc9791d9adf15bcce@mail.gmail.com> Reply-To: sguha@purdue.edu 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 1NIZTs-0002Jq-Gi for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 22:14:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIZTr-0002JS-QE for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 22:14:15 -0500 Received: from [199.232.76.173] (port=51567 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIZTr-0002JP-KX for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 22:14:15 -0500 Received: from fg-out-1718.google.com ([72.14.220.152]:13284) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIZTr-0007un-5N for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 22:14:15 -0500 Received: by fg-out-1718.google.com with SMTP id l26so2096100fgb.12 for ; Wed, 09 Dec 2009 19:14:14 -0800 (PST) In-Reply-To: <1e7471d50912091906v18d105d1qc9791d9adf15bcce@mail.gmail.com> 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: emacs-orgmode@gnu.org Sorry, I take it back. I did test it but it appears to be my CSS which is causing the lack of indentation. Regards Saptarshi On Wed, Dec 9, 2009 at 10:06 PM, Saptarshi Guha wrote: > Hello, > I'm using Aquamacs preview 2.0 and 6.32trans to export the following > snippet to HTML. > However, the HTML formatting does not reflect the correct indentation. > It does work in the emacs terminal version(i.e emacs with the same > version of org) > Could this be an Aquamacs issue or how org interacts with Aquamacs > Regards > Saptarshi > > ## org begins > Test one two or three > Four five. > Six > Seven > > #+BEGIN_SRC python > =C2=A0##play_info has members that reflect play e.g. > title,how,extras(extra keywords) > =C2=A0def pre_play(x): > =C2=A0 =C2=A0 =C2=A0play_info =3D x.playInfo() > =C2=A0 =C2=A0 =C2=A0if mail_gmail(to=3D"saptarshi.guha@gmail.com",subject= =3D"My > Music!",text=3Dstr(play_info)): > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0print "Sent Email" > =C2=A0## Playable > =C2=A0play(title=3D"BollyMore",type=3DURL,how=3D"http://64.62.194.5:24236= ") > =C2=A0wakeup(title=3D'Music',start=3D5,play=3D'BollyMore',gaddy=3D10) > #+END_SRC >