From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Mattias_J=C3=A4mting?= Subject: Re: Insert link with "foreign" character - cannot save Date: Tue, 8 Dec 2009 00:36:16 +0100 Message-ID: <3cd3eaf50912071536v5d3ad978pbaab94e8e47e4bee@mail.gmail.com> References: <000001ca637a$8f7c04f0$ae740ed0$@se> <87einseqhe.fsf@gmx.de> <87r5rrbbvs.fsf@gmx.de> <878wdzl4xn.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHn7w-0001AS-Kq for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 18:36:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHn7s-00013t-RJ for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 18:36:24 -0500 Received: from [199.232.76.173] (port=36386 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHn7s-00013k-Mr for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 18:36:20 -0500 Received: from mail-yw0-f196.google.com ([209.85.211.196]:43925) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHn7s-0004XI-Nn for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 18:36:20 -0500 Received: by ywh34 with SMTP id 34so4758849ywh.1 for ; Mon, 07 Dec 2009 15:36:19 -0800 (PST) In-Reply-To: <878wdzl4xn.fsf@gmx.de> 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 Hello again, I've now got it to work. Not really sure why. This is what i did: I removed (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) (prefer-coding-system 'utf-8-dos) from my init.el And replaced it with (modify-coding-system-alist 'file "\\.org\\'" 'utf-8-dos) (modify-coding-system-alist 'file "\\.org_archive\\'" 'utf-8-dos) And everything works great! Thanks anyway. /Mattias Mattias J=C3=A4mting, J=C3=A4mting Web & Design www.jamting.se | +46 (0)70 6760182 On Sun, Nov 22, 2009 at 02:32, Sebastian Rose wrote= : > Also, I can follow the link, that is created. It terribly ugly, but > working.