From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Insert link with "foreign" character - cannot save Date: Tue, 8 Dec 2009 17:37:29 +0100 Message-ID: <821D4935-9ECA-4F9D-9281-3AC7521D73CF@gmail.com> References: <000001ca637a$8f7c04f0$ae740ed0$@se> <87einseqhe.fsf@gmx.de> <87r5rrbbvs.fsf@gmx.de> <878wdzl4xn.fsf@gmx.de> <3cd3eaf50912071536v5d3ad978pbaab94e8e47e4bee@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NI3kB-00036u-58 for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 12:20:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NI3k5-000313-Uv for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 12:20:58 -0500 Received: from [199.232.76.173] (port=56613 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI3k5-00030v-Os for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 12:20:53 -0500 Received: from mail-ew0-f209.google.com ([209.85.219.209]:36093) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NI3k5-0000y7-2t for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 12:20:53 -0500 Received: by mail-ew0-f209.google.com with SMTP id 1so2967417ewy.8 for ; Tue, 08 Dec 2009 09:20:52 -0800 (PST) In-Reply-To: <3cd3eaf50912071536v5d3ad978pbaab94e8e47e4bee@mail.gmail.com> 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: =?ISO-8859-1?Q?Mattias_J=E4mting?= Cc: emacs-orgmode Hi Mattias, thanks for telling us what worked. If someone can figure out what is going on here, a FAQ entry would be =20= MUCH appreciated. - Carsten On Dec 8, 2009, at 12:36 AM, Mattias J=E4mting wrote: > 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=E4mting, J=E4mting Web & Design > www.jamting.se | +46 (0)70 6760182 > > > > On Sun, Nov 22, 2009 at 02:32, Sebastian Rose =20 > wrote: >> Also, I can follow the link, that is created. It terribly ugly, but >> working. > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten