[Accepted] [Orgmode] Doors links

2011-01-17 Thread Bastien Guerry
Patch 542 (http://patchwork.newartisans.com/patch/542/) is now Accepted.

Maintainer comment: none

This relates to the following submission:

http://mid.gmane.org/%3C80lj2kblkx.fsf%40gmail.com%3E

Here is the original message containing the patch:

 Content-Type: text/plain; charset=utf-8
 MIME-Version: 1.0
 Content-Transfer-Encoding: 7bit
 Subject: [Orgmode] Doors links
 Date: Mon, 17 Jan 2011 02:11:26 -
 From: =?utf-8?b?VmluY2VudCBCZWxhw69jaGUgPHZpbmNlbnQuYi4xQGhvdG1haWwuZnI+?=
 X-Patchwork-Id: 542
 Message-Id: 80lj2kblkx@gmail.com
 To: m...@christianmoe.com, Org mode emacs-orgmode@gnu.org
 Cc: =?iso-8859-1?Q?Vincent_Bela=EFche?= vincent@hotmail.fr
 
  Date: Fri, 14 Jan 2011 23:18:21 +0100
  From: m...@christianmoe.com
  To: emacs-orgmode@gnu.org
  Subject: Re: [Orgmode] Doors links
 
  Hi,
 
  Try these:
 
  [[info:org:Link abbreviations]]
 
  [[info:org:Adding%20hyperlink%20types][info:org:Adding hyperlink types]]
 
  Yours,
  Christian
 
 [...]
 
 Thanks, I will try that ! I think that the trick deserves a forward link
 in the documentation. I made a patch to the doc, attached.
 
Vincent.
 
 
 diff --git a/doc/org.texi b/doc/org.texi
 index 4d696ae..96e2e50 100644
 --- a/doc/org.texi
 +++ b/doc/org.texi
 @@ -3093,6 +3093,8 @@ elisp:org-agenda  
 @r{Interactive Elisp command}
  elisp:(find-file-other-frame Elisp.org) @r{Elisp form to evaluate}
  @end example
  
 +For customizing Org to add new link types @ref{Adding hyperlink types}.
 +
  A link should be enclosed in double brackets and may contain a
  descriptive text to be displayed instead of the URL (@pxref{Link
  format}), for example:
 

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Doors links

2011-01-17 Thread Bastien
Vincent Belaïche vincent@hotmail.fr writes:

 Thanks, I will try that ! I think that the trick deserves a forward link
 in the documentation. I made a patch to the doc, attached.

Applied, thanks!

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


RE: [Orgmode] Doors links

2011-01-16 Thread Vincent Belaïche


 Date: Fri, 14 Jan 2011 23:18:21 +0100
 From: m...@christianmoe.com
 To: emacs-orgmode@gnu.org
 Subject: Re: [Orgmode] Doors links

 Hi,

 Try these:

 [[info:org:Link abbreviations]]

 [[info:org:Adding%20hyperlink%20types][info:org:Adding hyperlink types]]

 Yours,
 Christian

[...]

Thanks, I will try that ! I think that the trick deserves a forward link
in the documentation. I made a patch to the doc, attached.

   Vincent.

diff --git a/doc/org.texi b/doc/org.texi
index 4d696ae..96e2e50 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -3093,6 +3093,8 @@ elisp:org-agenda  @r{Interactive Elisp command}
 elisp:(find-file-other-frame Elisp.org) @r{Elisp form to evaluate}
 @end example
 
+For customizing Org to add new link types @ref{Adding hyperlink types}.
+
 A link should be enclosed in double brackets and may contain a
 descriptive text to be displayed instead of the URL (@pxref{Link
 format}), for example:
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Doors links

2011-01-14 Thread Vincent Belaïche
Hello,

I use Org also at my job to write some short reports. These reports may
contains URLs to Doors objects. Doors is a paying S/W to manage a
requirement data base --- this is used in the industry for
writing complex specification documents where each clause has to be
tracked like a separate object.

Doors URLs are not properly exported to HTML by Org.

for instance:

  [[doors:foo/bar/gnats][machin truc]]

exports to 

  a href=#doors:foo/bar/gnatsmachin truc/a

but I would have prefered

  a href=doors:foo/bar/gnatsmachin truc/a

Is there any way to configure Org to do the job properly (like some
hook URL processing hook), I could not find anything in the
documentation.

VBR,
   Vincent.

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Doors links

2011-01-14 Thread Christian Moe

Hi,

Try these:

[[info:org:Link abbreviations]]

[[info:org:Adding%20hyperlink%20types][info:org:Adding hyperlink types]]

Yours,
Christian

On 1/14/11 10:27 PM, Vincent Belaïche wrote:

Hello,

I use Org also at my job to write some short reports. These reports may
contains URLs to Doors objects. Doors is a paying S/W to manage a
requirement data base --- this is used in the industry for
writing complex specification documents where each clause has to be
tracked like a separate object.

Doors URLs are not properly exported to HTML by Org.

for instance:

   [[doors:foo/bar/gnats][machin truc]]

exports to

   a href=#doors:foo/bar/gnatsmachin truc/a

but I would have prefered

   a href=doors:foo/bar/gnatsmachin truc/a

Is there any way to configure Org to do the job properly (like some
hook URL processing hook), I could not find anything in the
documentation.

VBR,
Vincent.

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode