emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [PATCH] org-link-abbrev-alist improve docstring "linkword"


From: Jari Aalto
Subject: [Orgmode] [PATCH] org-link-abbrev-alist improve docstring "linkword"
Date: Mon, 23 Feb 2009 01:30:09 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

> [Carsten Dominik]
> please send your reports to address@hidden, 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  <address@hidden>

        * 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 <address@hidden>
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 <address@hidden>
---
 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






reply via email to

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