emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [org-mode] org-mode URLs and pseudoURLs: Getting org-mode to accept the `javascript:' pseudoURL on the same basis as `http:' and `ftp:'
@ 2010-03-03 17:45 Gene Sullivan
  2010-03-04 21:15 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Gene Sullivan @ 2010-03-03 17:45 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org


[-- Attachment #1.1: Type: text/plain, Size: 1377 bytes --]

Hello

I've been using org-mode via GNU Emacs for several months.
I've been pasting URLs into my org-mode files and thus benefit from
launching a browser tab in Mozilla Firefox by just clicking on these URLS.
Recently I've been experimenting with the pseudoURL `javascript:' via
Firefox.
I've discovered that when I paste a javascript pseudoURL into my org-mode
file, org-mode does not acknowledge it as an URL as it does http: or ftp:

Would you please be so kind to either
(1) forward this to someone developing org-mode OR/AND
(2) point me in the direction of information I can use to modify a specific
org-mode file in the distro so that I can add support for the javascript
pseudoURL?

I did check gmane for `pseudoURL' through the following query but came up
empty handed.

http://search.gmane.org/?query=pseudourls&author=&group=gmane.emacs.orgmode&sort=relevance&DEFAULTOP=and&xP=Zjavascript&xFILTERS=Gemacs.orgmode---A

I noticed text at http://orgmode.org/worg/  which indicated that Sebastian
Rose has done something
 with Javascript -- org-info-js by Sebastian Rose  -- and maybe would be
interested in adding the
javascript pseudoURL to the assortment of URL types presently supported by
org-mode?


Can anybody help me get the javascript: pseudoURL integrated into org-mode
so it can be  used like http: and ftp: ?

Thanks in advance.

Sincerely,
  Gene Sullivan

[-- Attachment #1.2: Type: text/html, Size: 1759 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

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

* Re: [org-mode] org-mode URLs and pseudoURLs: Getting org-mode to accept the `javascript:' pseudoURL on the same basis as `http:' and `ftp:'
  2010-03-03 17:45 [org-mode] org-mode URLs and pseudoURLs: Getting org-mode to accept the `javascript:' pseudoURL on the same basis as `http:' and `ftp:' Gene Sullivan
@ 2010-03-04 21:15 ` Carsten Dominik
  2010-03-04 21:45   ` Gene Sullivan
  0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2010-03-04 21:15 UTC (permalink / raw)
  To: Gene Sullivan; +Cc: emacs-orgmode@gnu.org


On Mar 3, 2010, at 6:45 PM, Gene Sullivan wrote:

> Hello
>
> I've been using org-mode via GNU Emacs for several months.
> I've been pasting URLs into my org-mode files and thus benefit from  
> launching a browser tab in Mozilla Firefox by just clicking on these  
> URLS.
> Recently I've been experimenting with the pseudoURL `javascript:'  
> via Firefox.
> I've discovered that when I paste a javascript pseudoURL into my org- 
> mode file, org-mode does not acknowledge it as an URL as it does  
> http: or ftp:
>
> Would you please be so kind to either
> (1) forward this to someone developing org-mode OR/AND
> (2) point me in the direction of information I can use to modify a  
> specific org-mode file in the distro so that I can add support for  
> the javascript pseudoURL?
>
> I did check gmane for `pseudoURL' through the following query but  
> came up empty handed.
>
> http://search.gmane.org/?query=pseudourls&author=&group=gmane.emacs.orgmode&sort=relevance&DEFAULTOP=and&xP=Zjavascript&xFILTERS=Gemacs.orgmode---A
>
> I noticed text at http://orgmode.org/worg/  which indicated that  
> Sebastian Rose has done something
>  with Javascript -- org-info-js by Sebastian Rose  -- and maybe  
> would be interested in adding the
> javascript pseudoURL to the assortment of URL types presently  
> supported by org-mode?
>
>
> Can anybody help me get the javascript: pseudoURL integrated into  
> org-mode so it can be  used like http: and ftp: ?

http://orgmode.org/manual/Adding-hyperlink-types.html#Adding-hyperlink-types

HTH

- Carsten

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

* Re: [org-mode] org-mode URLs and pseudoURLs: Getting org-mode to accept the `javascript:' pseudoURL on the same basis as `http:' and `ftp:'
  2010-03-04 21:15 ` Carsten Dominik
@ 2010-03-04 21:45   ` Gene Sullivan
  0 siblings, 0 replies; 3+ messages in thread
From: Gene Sullivan @ 2010-03-04 21:45 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode@gnu.org


[-- Attachment #1.1: Type: text/plain, Size: 1859 bytes --]

Ahhhh ... thanks, Carsten!

I'll see what I can do to get `javascript:' to be accepted as `http:' and
`ftp:'

Thanks for the pointer to the file I need to focus my efforts on.

Cheers!
  Gene

On Thu, Mar 4, 2010 at 16:15, Carsten Dominik <carsten.dominik@gmail.com>wrote:

>
> On Mar 3, 2010, at 6:45 PM, Gene Sullivan wrote:
>
>  Hello
>>
>> I've been using org-mode via GNU Emacs for several months.
>> I've been pasting URLs into my org-mode files and thus benefit from
>> launching a browser tab in Mozilla Firefox by just clicking on these URLS.
>> Recently I've been experimenting with the pseudoURL `javascript:' via
>> Firefox.
>> I've discovered that when I paste a javascript pseudoURL into my org-mode
>> file, org-mode does not acknowledge it as an URL as it does http: or ftp:
>>
>> Would you please be so kind to either
>> (1) forward this to someone developing org-mode OR/AND
>> (2) point me in the direction of information I can use to modify a
>> specific org-mode file in the distro so that I can add support for the
>> javascript pseudoURL?
>>
>> I did check gmane for `pseudoURL' through the following query but came up
>> empty handed.
>>
>>
>> http://search.gmane.org/?query=pseudourls&author=&group=gmane.emacs.orgmode&sort=relevance&DEFAULTOP=and&xP=Zjavascript&xFILTERS=Gemacs.orgmode---A
>>
>> I noticed text at http://orgmode.org/worg/  which indicated that
>> Sebastian Rose has done something
>>  with Javascript -- org-info-js by Sebastian Rose  -- and maybe would be
>> interested in adding the
>> javascript pseudoURL to the assortment of URL types presently supported by
>> org-mode?
>>
>>
>> Can anybody help me get the javascript: pseudoURL integrated into org-mode
>> so it can be  used like http: and ftp: ?
>>
>
>
> http://orgmode.org/manual/Adding-hyperlink-types.html#Adding-hyperlink-types
>
> HTH
>
> - Carsten
>
>

[-- Attachment #1.2: Type: text/html, Size: 2842 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

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

end of thread, other threads:[~2010-03-04 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-03 17:45 [org-mode] org-mode URLs and pseudoURLs: Getting org-mode to accept the `javascript:' pseudoURL on the same basis as `http:' and `ftp:' Gene Sullivan
2010-03-04 21:15 ` Carsten Dominik
2010-03-04 21:45   ` Gene Sullivan

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