emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* worg access source
@ 2012-02-09 10:09 Thomas Alexander Gerds
  2012-02-09 10:14 ` suvayu ali
  2012-02-09 19:30 ` Jason Dunsmore
  0 siblings, 2 replies; 9+ messages in thread
From: Thomas Alexander Gerds @ 2012-02-09 10:09 UTC (permalink / raw)
  To: emacs-orgmode


in worg it would be great if (as in emacs muse) there was a link to the
underlying .org file which was used to generate the page. my naiive
attempt to catch a glimpse of the source of

http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html

was to browse-url

http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org

but this page just says "nginx"

(if beginner-has-not-read-the-documentation-carefully-question-p "sorry"
"thanks")

tomy

--
sent from nil

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

* Re: worg access source
  2012-02-09 10:09 worg access source Thomas Alexander Gerds
@ 2012-02-09 10:14 ` suvayu ali
  2012-02-09 19:30 ` Jason Dunsmore
  1 sibling, 0 replies; 9+ messages in thread
From: suvayu ali @ 2012-02-09 10:14 UTC (permalink / raw)
  To: Thomas Alexander Gerds; +Cc: emacs-orgmode

Hi Thomas,

On Thu, Feb 9, 2012 at 11:09, Thomas Alexander Gerds <tagteam@sund.ku.dk> wrote:
> in worg it would be great if (as in emacs muse) there was a link to the
> underlying .org file which was used to generate the page. my naiive
> attempt to catch a glimpse of the source of

Two ways,

http://orgmode.org/worg/sources/

$ git clone git://orgmode.org/worg.git

Cheers,

-- 
Suvayu

Open source is the future. It sets us free.

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

* Re: worg access source
  2012-02-09 10:09 worg access source Thomas Alexander Gerds
  2012-02-09 10:14 ` suvayu ali
@ 2012-02-09 19:30 ` Jason Dunsmore
  2012-02-09 19:53   ` Thomas Alexander Gerds
  2012-02-27 23:46   ` Thomas S. Dye
  1 sibling, 2 replies; 9+ messages in thread
From: Jason Dunsmore @ 2012-02-09 19:30 UTC (permalink / raw)
  Cc: emacs-orgmode

On Thu, Feb 09 2012, Thomas Alexander Gerds wrote:

> in worg it would be great if (as in emacs muse) there was a link to the
> underlying .org file which was used to generate the page. my naiive
> attempt to catch a glimpse of the source of
>
> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html
>
> was to browse-url
>
> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org

Almost.  The URL containing the formatted Org source is:
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org.html

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

* Re: worg access source
  2012-02-09 19:30 ` Jason Dunsmore
@ 2012-02-09 19:53   ` Thomas Alexander Gerds
  2012-02-09 20:01     ` Thomas S. Dye
  2012-02-27 23:46   ` Thomas S. Dye
  1 sibling, 1 reply; 9+ messages in thread
From: Thomas Alexander Gerds @ 2012-02-09 19:53 UTC (permalink / raw)
  To: Jason Dunsmore; +Cc: emacs-orgmode


excellent. so, why not put a link to the org page in the footer of each
worg page? there is already a canonical place:
,----
| 
| Documentation from the http://orgmode.org/worg/ website (either in its
| HTML format or in its [[xxx.org.html][Org format]])
`----

cheers
tomy

Jason Dunsmore <jasondunsmore@gmail.com> writes:

> On Thu, Feb 09 2012, Thomas Alexander Gerds wrote:
>
>> in worg it would be great if (as in emacs muse) there was a link to
> the
>> underlying .org file which was used to generate the page. my naiive
>> attempt to catch a glimpse of the source of
>>
>> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html
>>
>> was to browse-url
>>
>> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org
>
> Almost.  The URL containing the formatted Org source is:
> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org.html

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

* Re: worg access source
  2012-02-09 19:53   ` Thomas Alexander Gerds
@ 2012-02-09 20:01     ` Thomas S. Dye
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas S. Dye @ 2012-02-09 20:01 UTC (permalink / raw)
  To: Thomas Alexander Gerds; +Cc: emacs-orgmode, Jason Dunsmore

Thomas Alexander Gerds <tagteam@sund.ku.dk> writes:

> excellent. so, why not put a link to the org page in the footer of each
> worg page? there is already a canonical place:
> ,----
> | 
> | Documentation from the http://orgmode.org/worg/ website (either in its
> | HTML format or in its [[xxx.org.html][Org format]])
> `----
>
> cheers
> tomy
>
> Jason Dunsmore <jasondunsmore@gmail.com> writes:
>
>> On Thu, Feb 09 2012, Thomas Alexander Gerds wrote:
>>
>>> in worg it would be great if (as in emacs muse) there was a link to
>> the
>>> underlying .org file which was used to generate the page. my naiive
>>> attempt to catch a glimpse of the source of
>>>
>>> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html
>>>
>>> was to browse-url
>>>
>>> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org
>>
>> Almost.  The URL containing the formatted Org source is:
>> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org.html
>

+1, if this isn't too much work.  It saves Worg authors having to
remember this detail, which the reader finds useful.

Tom

-- 
Thomas S. Dye
http://www.tsdye.com

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

* Re: worg access source
  2012-02-09 19:30 ` Jason Dunsmore
  2012-02-09 19:53   ` Thomas Alexander Gerds
@ 2012-02-27 23:46   ` Thomas S. Dye
  2012-02-27 23:57     ` Thorsten
  2012-02-28 11:44     ` Bastien
  1 sibling, 2 replies; 9+ messages in thread
From: Thomas S. Dye @ 2012-02-27 23:46 UTC (permalink / raw)
  To: Jason Dunsmore; +Cc: emacs-orgmode

Jason Dunsmore <jasondunsmore@gmail.com> writes:

> On Thu, Feb 09 2012, Thomas Alexander Gerds wrote:
>
>> in worg it would be great if (as in emacs muse) there was a link to the
>> underlying .org file which was used to generate the page. my naiive
>> attempt to catch a glimpse of the source of
>>
>> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html
>>
>> was to browse-url
>>
>> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org
>
> Almost.  The URL containing the formatted Org source is:
> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.org.html
>
>

The "Show Org source" button on Worg is a great addition.  Thanks!

Tom

-- 
Thomas S. Dye
http://www.tsdye.com

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

* Re: worg access source
  2012-02-27 23:46   ` Thomas S. Dye
@ 2012-02-27 23:57     ` Thorsten
  2012-02-28  2:15       ` Thomas S. Dye
  2012-02-28 11:44     ` Bastien
  1 sibling, 1 reply; 9+ messages in thread
From: Thorsten @ 2012-02-27 23:57 UTC (permalink / raw)
  To: emacs-orgmode

tsd@tsdye.com (Thomas S. Dye) writes:


> The "Show Org source" button on Worg is a great addition.  Thanks!

Its very convenient, and it makes the "link to this documents org source"
section in the template for ob-doc-language.org files redundant. 
-- 
cheers,
Thorsten

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

* Re: worg access source
  2012-02-27 23:57     ` Thorsten
@ 2012-02-28  2:15       ` Thomas S. Dye
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas S. Dye @ 2012-02-28  2:15 UTC (permalink / raw)
  To: Thorsten; +Cc: emacs-orgmode

Thorsten <quintfall@googlemail.com> writes:

> tsd@tsdye.com (Thomas S. Dye) writes:
>
>
>> The "Show Org source" button on Worg is a great addition.  Thanks!
>
> Its very convenient, and it makes the "link to this documents org source"
> section in the template for ob-doc-language.org files redundant. 

Hi Thorsten,

Thanks for pointing this out.  I removed that part of the template and
revised some of the language documents, as well.  I think Worg should be
up to date in that respect.

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

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

* Re: worg access source
  2012-02-27 23:46   ` Thomas S. Dye
  2012-02-27 23:57     ` Thorsten
@ 2012-02-28 11:44     ` Bastien
  1 sibling, 0 replies; 9+ messages in thread
From: Bastien @ 2012-02-28 11:44 UTC (permalink / raw)
  To: Thomas S. Dye; +Cc: emacs-orgmode, Jason Dunsmore

Hi Thomas,

tsd@tsdye.com (Thomas S. Dye) writes:

> The "Show Org source" button on Worg is a great addition.  Thanks!

I added this a few days ago -- this will be on all new/updated 
worg pages, so don't worry if they are still some pages not showing
this button.

Best,

-- 
 Bastien

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

end of thread, other threads:[~2012-02-28 11:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-09 10:09 worg access source Thomas Alexander Gerds
2012-02-09 10:14 ` suvayu ali
2012-02-09 19:30 ` Jason Dunsmore
2012-02-09 19:53   ` Thomas Alexander Gerds
2012-02-09 20:01     ` Thomas S. Dye
2012-02-27 23:46   ` Thomas S. Dye
2012-02-27 23:57     ` Thorsten
2012-02-28  2:15       ` Thomas S. Dye
2012-02-28 11:44     ` Bastien

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