> [Carsten Dominik] > please send your reports to emacs-orgmode@gnu.org, there I have > them in one place, and a public record is created of your question > and any answers - and, most importantly, someone else might > answer for me. > > Link abbreviation starts with a "linkword" similar to http or so, > and the conventions in Org require it to be a word, starting > with a character, followed by letters, numbers, "-" and "_".
Let's move that information available for C-h v. Jari 2009-02-22 Jari Aalto <jari.aa...@cante.net> * org.el (org-link-abbrev-alist-local): Document what characters are allowed in linkword. >From dff73c60674054b5054f10a2d2d1dc66f00eb4fb Mon Sep 17 00:00:00 2001 From: Jari Aalto <jari.aa...@cante.net> Date: Mon, 23 Feb 2009 01:16:41 +0200 Subject: [PATCH] org.el: improve doctring org-link-abbrev-alist-local Signed-off-by: Jari Aalto <jari.aa...@cante.net> --- lisp/org.el | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index c0fd99f..d43bba1 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -928,6 +928,9 @@ links in Org-mode buffers can have an optional tag after a double colon, e.g. [[linkkey:tag][description]] +NOTE: The 'linkkey' must be a word word, starting with a +character, followed by letters, numbers, characters '-' or '_'. + If REPLACE is a string, the tag will simply be appended to create the link. If the string contains \"%s\", the tag will be inserted there. Alternatively, the placeholder \"%h\" will cause a url-encoded version of the tag to -- 1.5.6.5 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode