From: "Mattias Jämting" <mattias@jamting.se>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Insert link with "foreign" character - cannot save
Date: Tue, 8 Dec 2009 00:36:16 +0100 [thread overview]
Message-ID: <3cd3eaf50912071536v5d3ad978pbaab94e8e47e4bee@mail.gmail.com> (raw)
In-Reply-To: <878wdzl4xn.fsf@gmx.de>
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 <sebastian_rose@gmx.de> wrote:
> Also, I can follow the link, that is created. It terribly ugly, but
> working.
next prev parent reply other threads:[~2009-12-07 23:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-12 9:28 Insert link with "foreign" character - cannot save Mattias Jämting
2009-11-20 17:03 ` Carsten Dominik
2009-11-20 23:17 ` Sebastian Rose
2009-11-22 1:12 ` Sebastian Rose
2009-11-22 1:32 ` Sebastian Rose
2009-12-07 23:36 ` Mattias Jämting [this message]
2009-12-08 16:37 ` Carsten Dominik
-- strict thread matches above, loose matches on Subject: below --
2009-11-12 9:49 Mattias Jämting
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3cd3eaf50912071536v5d3ad978pbaab94e8e47e4bee@mail.gmail.com \
--to=mattias@jamting.se \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).