emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Escaping of non-ascii characters in links
@ 2012-08-03 12:23 Gustav Wikström
  2012-08-03 17:03 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Gustav Wikström @ 2012-08-03 12:23 UTC (permalink / raw)
  To: Org Mode List

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

Hi list!

Is there a variable that makes org-mode not escape non-ascii characters in
links? Right now when I'm entering a link with eg. an ö in it (or a space
for that matter!) the link is automatically converted and the link
description contains the non-ascii keyword.

Example: Using C-c C-l to enter a link to "ö" gives:

[[%C3%B6][ö]]

I would like to not have the choice of normal behavior even if non-ascii
characters are used (giving me [[ö]]). Is there one at the moment? If not,
consider this a feature request =)

Regards
Gustav

[-- Attachment #2: Type: text/html, Size: 1157 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Escaping of non-ascii characters in links
  2012-08-03 12:23 Escaping of non-ascii characters in links Gustav Wikström
@ 2012-08-03 17:03 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-08-03 17:03 UTC (permalink / raw)
  To: Gustav Wikström; +Cc: Org Mode List

Gustav Wikström <gustav.erik@gmail.com> writes:

> [[%C3%B6][ö]]
>
> I would like to not have the choice of normal behavior even if
> non-ascii characters are used (giving me [[ö]]). Is there one at the
> moment? If not, consider this a feature request =)

Here you go, from a fresh pull:

(setq org-url-hexify-p nil)

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-03 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-03 12:23 Escaping of non-ascii characters in links Gustav Wikström
2012-08-03 17:03 ` Bastien

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).