emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Wrong indentation for SRC tag in Python mode


From: Saptarshi Guha
Subject: [Orgmode] Re: Wrong indentation for SRC tag in Python mode
Date: Wed, 9 Dec 2009 22:13:54 -0500

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
<address@hidden> 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
>  ##play_info has members that reflect play e.g.
> title,how,extras(extra keywords)
>  def pre_play(x):
>      play_info = x.playInfo()
>      if mail_gmail(to="address@hidden",subject="My
> Music!",text=str(play_info)):
>          print "Sent Email"
>  ## Playable
>  play(title="BollyMore",type=URL,how="http://64.62.194.5:24236";)
>  wakeup(title='Music',start=5,play='BollyMore',gaddy=10)
> #+END_SRC
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]