emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Wrong indentation for SRC tag in Python mode
@ 2009-12-10  3:06 Saptarshi Guha
  2009-12-10  3:13 ` Saptarshi Guha
  0 siblings, 1 reply; 2+ messages in thread
From: Saptarshi Guha @ 2009-12-10  3:06 UTC (permalink / raw)
  To: emacs-orgmode

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="saptarshi.guha@gmail.com",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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Wrong indentation for SRC tag in Python mode
  2009-12-10  3:06 Wrong indentation for SRC tag in Python mode Saptarshi Guha
@ 2009-12-10  3:13 ` Saptarshi Guha
  0 siblings, 0 replies; 2+ messages in thread
From: Saptarshi Guha @ 2009-12-10  3:13 UTC (permalink / raw)
  To: emacs-orgmode

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
<saptarshi.guha@gmail.com> 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="saptarshi.guha@gmail.com",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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-10  3:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-10  3:06 Wrong indentation for SRC tag in Python mode Saptarshi Guha
2009-12-10  3:13 ` Saptarshi Guha

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).