emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Insert link with "foreign" character - cannot save


From: Carsten Dominik
Subject: Re: [Orgmode] Insert link with "foreign" character - cannot save
Date: Tue, 8 Dec 2009 17:37:29 +0100

Hi Mattias,

thanks for telling us what worked.

If someone can figure out what is going on here, a FAQ entry would be MUCH appreciated.

- Carsten

On Dec 8, 2009, at 12:36 AM, Mattias Jämting 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ä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.


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

[Prev in Thread] Current Thread [Next in Thread]