[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Insert link with "foreign" character - cannot save
From: |
Mattias Jämting |
Subject: |
Re: [Orgmode] Insert link with "foreign" character - cannot save |
Date: |
Tue, 8 Dec 2009 00:36:16 +0100 |
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ämting, Jämting Web & Design
www.jamting.se | +46 (0)70 6760182
On Sun, Nov 22, 2009 at 02:32, Sebastian Rose <address@hidden> wrote:
> Also, I can follow the link, that is created. It terribly ugly, but
> working.
- Re: [Orgmode] Insert link with "foreign" character - cannot save,
Mattias Jämting <=