* Bug with escaped chars in links
@ 2007-08-29 3:05 Bastien
2007-08-30 8:15 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Bastien @ 2007-08-29 3:05 UTC (permalink / raw)
To: emacs-orgmode
Hi,
A file like "PrésentationColloque.doc" will be correctly stored, but not
inserted as:
[[file:PrésentationColloque.doc][file:~/org/wikiprof/PrésentationColloque.doc]]
,----
| Debugger entered--Lisp error: (wrong-type-argument stringp nil)
| replace-match(nil t t "file:Pr\x00e9sentationColloque.doc")
| org-link-escape("file:Pr\x00e9sentationColloque.doc")
| org-make-link-string("file:Pr\x00e9sentationColloque.doc" #("file:~/org/wikiprof/Pr\x00e9sentationColloque.doc" 0 44 (auto-composed t)))
| org-insert-link(nil)
| call-interactively(org-insert-link)
`----
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Bug with escaped chars in links
2007-08-29 3:05 Bug with escaped chars in links Bastien
@ 2007-08-30 8:15 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2007-08-30 8:15 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
Hi Bastien,
I guess these characters have to be configured in org-link-escape-chars.
I would gladly take a patch for this - against 5.07 after it comes out,
please.
- Carsten
On Aug 29, 2007, at 5:05, Bastien wrote:
> Hi,
>
> A file like "PrésentationColloque.doc" will be correctly stored, but
> not
> inserted as:
>
> [[file:PrésentationColloque.doc][file:~/org/wikiprof/
> PrésentationColloque.doc]]
>
> ,----
> | Debugger entered--Lisp error: (wrong-type-argument stringp nil)
> | replace-match(nil t t "file:Pr\x00e9sentationColloque.doc")
> | org-link-escape("file:Pr\x00e9sentationColloque.doc")
> | org-make-link-string("file:Pr\x00e9sentationColloque.doc"
> #("file:~/org/wikiprof/Pr\x00e9sentationColloque.doc" 0 44
> (auto-composed t)))
> | org-insert-link(nil)
> | call-interactively(org-insert-link)
> `----
>
> --
> Bastien
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-30 8:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29 3:05 Bug with escaped chars in links Bastien
2007-08-30 8:15 ` Carsten Dominik
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).