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--
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
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?
_
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
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.
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
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