From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Loginov Subject: [bug-report] inserting link to a target with non-ascii symbols Date: Fri, 24 Aug 2007 17:55:34 +0700 Message-ID: <87k5rlw6ah.fsf@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOWpv-0006pd-8d for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 06:56:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOWpt-0006lP-EZ for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 06:56:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOWpt-0006kn-3M for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 06:56:17 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IOWps-0000P8-K8 for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 06:56:16 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IOWpc-00041R-8z for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 12:56:00 +0200 Received: from itam86.itam.nsc.ru ([194.226.179.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 12:56:00 +0200 Received: from zeliboba by itam86.itam.nsc.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 12:56:00 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org hi Carsten I found a bug related to inserting links to the target written in native language. if I have a header with target like this (in Russian): * TODO <<сделать что-то>> then I want to make a link to this target: 1. C-c l on header (here ok) 2. go to place where to want to make link and C-c C-l (here ok as well, ask for link, insert it, ask for an description) 3. after description editing or leaving as is RET (oops!) error appeared: org-link-escape: Wrong type argument: stringp, nil this bug is not reproduced if there is no non-ascii chars in target. when inserting manually links work perfectly: [[сделать что-то]] this bug was introduced recently, did not traced when exactly, before everything worked fine best Maxim