[Orgmode] Exporting to html doesn't highlight code syntax. And a make doc error

2010-10-04 Thread Kane Dou
I've tried to export a code block like this: --8<---cut here---start->8--- #+BEGIN_SRC python L[1:2] = 'a' # L.insert(1, 'a') L[len(L):] = ['a', 'b', 'c'] # L.extend(['a', 'b', 'c']) L[3:] = [] # del L[3:] #+END_SRC --8<---cut here--

[Orgmode] Re: Export Headings Only?

2010-10-10 Thread Kane Dou
Ning Bao writes: > Hi! > > First of all, I have to say Org-mode rocks. > I am a law student. > I have been using Org-mode for my case brief, notes, and most importantly, > the outline for certain area of law. > > One question I had is that I am not sure if I could choose to export only > headings

[Orgmode] Call org-remember on a "RE:" post raises error in gnus

2010-06-29 Thread Kane Dou
The error is: org-replace-escapes: Wrong type argument: stringp, nil And org-remember works fine on a parent post. It seems that gnus doesn't print the title of a reply post, so org-remember can't catch it and this leads to the error. Any workaround? _

[Orgmode] Re: Call org-remember on a "RE:" post raises error in gnus

2010-06-30 Thread Kane Dou
Bernt Hansen writes: > Kane Dou writes: > >> The error is: >> org-replace-escapes: Wrong type argument: stringp, nil >> >> And org-remember works fine on a parent post. >> It seems that gnus doesn't print the title of a reply post, so >> org-reme

[Orgmode] Re: Call org-remember on a "RE:" post raises error in gnus

2010-06-30 Thread Kane Dou
Seems the byte code can not be sent. Here's what follows the byte-code line: * org-replace-escapes("Email from %f: %.30s" (("%c") ("%F" . "Istvan ADAM ") ("%f" . "Istvan ADAM") ("%T") ("%t" . "?") ("%s" . "Erroneous display when working on remote Unix machine") ("%m" . "20060509074313.51846.

[Orgmode] Re: Call org-remember on a "RE:" post raises error in gnus

2010-07-01 Thread Kane Dou
David Maus writes: > Kane Dou wrote: >>When I call "org-remember" on a post like this: "O [ 40: Istvan ADAM ] >>Erroneous display when working on remote Unix machine". > >>The backtrace("debug-on-entry" on "org-replace-escapes&q

[Orgmode] Re: Call org-remember on a "RE:" post raises error in gnus

2010-07-01 Thread Kane Dou
David Maus writes: > Kane Dou wrote: >>David Maus writes: > >>> Kane Dou wrote: >>>>When I call "org-remember" on a post like this: "O [ 40: Istvan ADAM ] >>>>Erroneous display when working on remote Unix machine". &g