From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: org-protocol bug Date: Wed, 11 Nov 2009 05:01:45 +0100 Message-ID: <87tyx1zp3q.fsf@gmx.de> References: <20091111004014.4199f1ca.andy13@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N84PC-0007bt-RM for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 23:02:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N84P7-0007XD-Se for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 23:02:02 -0500 Received: from [199.232.76.173] (port=51639 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N84P7-0007XA-QB for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 23:01:57 -0500 Received: from mail.gmx.net ([213.165.64.20]:47022) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1N84P7-0004jB-2i for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 23:01:57 -0500 In-Reply-To: <20091111004014.4199f1ca.andy13@gmx.net> (Andreas Burtzlaff's message of "Wed, 11 Nov 2009 00:40:14 +0100") 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: Andreas Burtzlaff Cc: Emacs-orgmode mailing list Hi Andreas, seems this has to do with the internal encoding of Emacs. I need some advice at this point from the emacs-devel list. I'll be back if I find out something. Andreas Burtzlaff writes: > Hello Sebastian, > > I'm not sure you noticed the org-protocol bug in this thread on the > org-mode list: > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg18673.html > > To sum it up, when the title of a page contains an &ndash then the error > org-protocol-unhex-compound: Invalid character: 8211, #o20023, #x2013 > occurs when invoking remember in Emacs 22, not in Emacs 23. > > Just wondering whether you have any idea how this could be fixed. Sebastian