Re: [O] PDF documentation for new exporter

2013-06-18 Thread Thorsten Jolitz
Achim Gratz  writes:

> Achim Gratz writes:
>> Thorsten Jolitz writes:
>>> ,-
>>> | $ git --no-pager push -v origin master:refs/heads/master
>>> | send to git://orgmode.org/worg.git
>>> | fatal: Could not read from remote repository.
>>
>> Try this in your ~/.gitconfig:
>>
>> [url "orgm...@orgmode.org:org-mode.git"]
>> pushInsteadOf = git://orgmode.org/org-mode.git
>
> For Worg of course that'd be:
>
> [url "git+ssh://w...@orgmode.org/~/worg.git"]
> pushInsteadOf = git://orgmode.org/worg.git


ok, thanks, it worked and now the pages are online:

,--
| http://orgmode.org/worg/exporters/ox-docstrings.html
| http://orgmode.org/worg/exporters/org-element-docstrings.html
`--

PS
I linked to them from this page:

,---
| http://orgmode.org/worg/exporters/ox-overview.html
`---

but its a bit hard to find itself ...

-- 
cheers,
Thorsten




Re: [O] PDF documentation for new exporter

2013-06-18 Thread Achim Gratz
Thorsten Jolitz writes:
> ,-
> | $ git --no-pager push -v origin master:refs/heads/master
> | send to git://orgmode.org/worg.git
> | fatal: Could not read from remote repository.

Try this in your ~/.gitconfig:

--8<---cut here---start->8---
[url "orgm...@orgmode.org:org-mode.git"]
pushInsteadOf = git://orgmode.org/org-mode.git
--8<---cut here---end--->8---


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds




Re: [O] PDF documentation for new exporter

2013-06-18 Thread Achim Gratz
Achim Gratz writes:
> Thorsten Jolitz writes:
>> ,-
>> | $ git --no-pager push -v origin master:refs/heads/master
>> | send to git://orgmode.org/worg.git
>> | fatal: Could not read from remote repository.
>
> Try this in your ~/.gitconfig:
>
> [url "orgm...@orgmode.org:org-mode.git"]
> pushInsteadOf = git://orgmode.org/org-mode.git

For Worg of course that'd be:

--8<---cut here---start->8---
[url "git+ssh://w...@orgmode.org/~/worg.git"]
pushInsteadOf = git://orgmode.org/worg.git
--8<---cut here---end--->8---


Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

DIY Stuff:
http://Synth.Stromeko.net/DIY.html




Re: [O] PDF documentation for new exporter

2013-06-18 Thread Suvayu Ali
On Tue, Jun 18, 2013 at 01:32:10PM +0200, Thorsten Jolitz wrote:
> Rasmus  writes:
> 
> > Please add it to Worg, I'd say, preferably as html, if possible.
> 
> I cloned the word repo again (because my existing clone had turned into
> a mess somehow) and added the exporter doc-files (as .org files), and
> pushed, but got an error:
> 
> ,-
> | $ git --no-pager push -v origin master:refs/heads/master
> | send to git://orgmode.org/worg.git
> | fatal: Could not read from remote repository.
> | 
> | Please make sure you have the correct access rights
> | and the repository exists.
> | git exited abnormally with code 128.
> `-
> 
> Seems I lost my access rights in the process - what do i have to do to
> regain them?

Did you clone the public url?  If so, you cannot push with the same url.
You need the ssh+git url.  Here is my config:

  [remote "origin"]
  fetch = +refs/heads/*:refs/remotes/origin/*
  url = git+ssh://w...@orgmode.org/~/worg.git

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.



Re: [O] PDF documentation for new exporter

2013-06-18 Thread Bastien
Hi Thorsten,

Thorsten Jolitz  writes:

> Seems I lost my access rights in the process - what do i have to do to
> regain them?

You lost your public key?  Either recover it or create a new one that
you send to me.

Thanks,

-- 
 Bastien



Re: [O] PDF documentation for new exporter

2013-06-18 Thread Thorsten Jolitz
Rasmus  writes:

> Please add it to Worg, I'd say, preferably as html, if possible.

I cloned the word repo again (because my existing clone had turned into
a mess somehow) and added the exporter doc-files (as .org files), and
pushed, but got an error:

,-
| $ git --no-pager push -v origin master:refs/heads/master
| send to git://orgmode.org/worg.git
| fatal: Could not read from remote repository.
| 
| Please make sure you have the correct access rights
| and the repository exists.
| git exited abnormally with code 128.
`-

Seems I lost my access rights in the process - what do i have to do to
regain them?

-- 
cheers,
Thorsten




Re: [O] PDF documentation for new exporter

2013-06-18 Thread Rasmus
Thorsten Jolitz  writes:

> Hi List, 
>
> I extracted the documentation parts of the core exporter libraries and
> converted them to pdf, so they might serve as an detailled reference for
> the new exporter, much more detailled than any tutorial could be (the pdf's
> are still impressive in size, some 50 and 80 pages). 

Sounds nice. 

> ,
> | DISCLAIMER:
> | 
> | I did not go out of my way to produce these docs accurately and
> | complete, I just used 'outorg' to export to LaTeX and then ran some
> | replace commands and keyboard-macros on the .tex files. Things might
> | have gone wrong in some places, the resulting documents might be
> | incomplete or otherwise defective. But they might still be useful, so I
> | offer them here. When in doubt always refer to `ox.el' and
> | `org-elements.el' as reference.
> `
>
> PS
>
> I tried to send the PDF's attached to a post to this mailing list, but
> they don't seem to get through. So what shall I do with them? Can I send
> them to somebody who uploads them to Worg if he thinks they are worth to
> be made available to the public? Or shall I upload them on
> 'mediafire.com' and post a download link here?

Please add it to Worg, I'd say, preferably as html, if possible.


-- 
When in doubt, do it!




[O] PDF documentation for new exporter

2013-06-18 Thread Thorsten Jolitz

Hi List, 

I extracted the documentation parts of the core exporter libraries and
converted them to pdf, so they might serve as an detailled reference for
the new exporter, much more detailled than any tutorial could be (the pdf's
are still impressive in size, some 50 and 80 pages). 

,
| DISCLAIMER:
| 
| I did not go out of my way to produce these docs accurately and
| complete, I just used 'outorg' to export to LaTeX and then ran some
| replace commands and keyboard-macros on the .tex files. Things might
| have gone wrong in some places, the resulting documents might be
| incomplete or otherwise defective. But they might still be useful, so I
| offer them here. When in doubt always refer to `ox.el' and
| `org-elements.el' as reference.
`

PS

I tried to send the PDF's attached to a post to this mailing list, but
they don't seem to get through. So what shall I do with them? Can I send
them to somebody who uploads them to Worg if he thinks they are worth to
be made available to the public? Or shall I upload them on
'mediafire.com' and post a download link here?

-- 
cheers,
Thorsten