emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil


From: Sebastian Rose
Subject: Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)
Date: Thu, 23 Sep 2010 21:57:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

David Maus <address@hidden> writes:
>>  sh$  man utf-8
>
> Thanks!  I finally get a grip on one of my personal nightmares.


It's not that bad, is it? :D


> The
> attached patch is the first step in this direction: It modifies the
> algorithm of `org-link-escape', now iterating over the input string
> with `mapconcat' and escaping all characters in the escape table or
> are between 127 and 255.


Between 128 (1000 0000) and 255 ??

The binary representation of 127 is 0111 1111 and valid ascii char. DEL
actually (sh$ man ascii)

;)



Sebastian



reply via email to

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