* Title of org files in github not recognized
@ 2014-05-01 10:20 Julian Gehring
2014-05-01 10:58 ` Ian Kelling
2014-05-01 12:17 ` Sebastien Vauban
0 siblings, 2 replies; 7+ messages in thread
From: Julian Gehring @ 2014-05-01 10:20 UTC (permalink / raw)
To: emacs-orgmode
Hi,
How I can convince github to recognize the '#+TITLE:' field of an
org-file? This should be a 'h1' heading, while it is currently treated
as normal text (for example, see
https://github.com/julian-gehring/vignettes/blob/master/README.org). I
know that this is a problem of the parsing on github's site, but is
anyone aware of a good solution?
Best wishes
Julian
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Title of org files in github not recognized
2014-05-01 10:20 Title of org files in github not recognized Julian Gehring
@ 2014-05-01 10:58 ` Ian Kelling
2014-05-01 12:17 ` Sebastien Vauban
1 sibling, 0 replies; 7+ messages in thread
From: Ian Kelling @ 2014-05-01 10:58 UTC (permalink / raw)
To: Julian Gehring; +Cc: emacs-orgmode
Julian Gehring <julian.gehring@gmail.com> writes:
> Hi,
>
> How I can convince github to recognize the '#+TITLE:' field of an org-file? This should be a 'h1' heading, while it is
> currently treated as normal text (for example, see https://github.com/julian-gehring/vignettes/blob/master/README.org).
> I know that this is a problem of the parsing on github's site, but is anyone aware of a good solution?
>
> Best wishes
> Julian
Use free software, then you can fix it. One example,
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Title of org files in github not recognized
2014-05-01 10:20 Title of org files in github not recognized Julian Gehring
2014-05-01 10:58 ` Ian Kelling
@ 2014-05-01 12:17 ` Sebastien Vauban
2014-05-01 12:52 ` Julian Gehring
1 sibling, 1 reply; 7+ messages in thread
From: Sebastien Vauban @ 2014-05-01 12:17 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Julian Gehring wrote:
> How I can convince github to recognize the '#+TITLE:' field of an org-file?
> This should be a 'h1' heading, while it is currently treated as normal text
> (for example, see
> https://github.com/julian-gehring/vignettes/blob/master/README.org). I know
> that this is a problem of the parsing on github's site, but is anyone aware of
> a good solution?
That was supposed to be solved.
See https://github.com/wallyqs/org-ruby/issues/3
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Title of org files in github not recognized
2014-05-01 12:17 ` Sebastien Vauban
@ 2014-05-01 12:52 ` Julian Gehring
2014-05-01 15:21 ` Sebastien Vauban
0 siblings, 1 reply; 7+ messages in thread
From: Julian Gehring @ 2014-05-01 12:52 UTC (permalink / raw)
To: emacs-orgmode
Hi Seb,
Nice. So it seems that github is using an older version of org-ruby. Is
it clear what the update policy/cycle of github for softwares like
org-ruby is?
Best wishes
Julian
On 01.05.2014 14:17, Sebastien Vauban wrote:
> Julian Gehring wrote:
>> How I can convince github to recognize the '#+TITLE:' field of an org-file?
>> This should be a 'h1' heading, while it is currently treated as normal text
>> (for example, see
>> https://github.com/julian-gehring/vignettes/blob/master/README.org). I know
>> that this is a problem of the parsing on github's site, but is anyone aware of
>> a good solution?
>
> That was supposed to be solved.
>
> See https://github.com/wallyqs/org-ruby/issues/3
>
> Best regards,
> Seb
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Title of org files in github not recognized
2014-05-01 12:52 ` Julian Gehring
@ 2014-05-01 15:21 ` Sebastien Vauban
2014-05-02 5:44 ` Waldemar Quevedo
0 siblings, 1 reply; 7+ messages in thread
From: Sebastien Vauban @ 2014-05-01 15:21 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Julian Gehring wrote:
> On 01.05.2014 14:17, Sebastien Vauban wrote:
>> Julian Gehring wrote:
>>> How I can convince github to recognize the '#+TITLE:' field of an
>>> org-file? This should be a 'h1' heading, while it is currently
>>> treated as normal text (for example, see
>>> https://github.com/julian-gehring/vignettes/blob/master/README.org).
>>> I know that this is a problem of the parsing on github's site, but
>>> is anyone aware of a good solution?
>>
>> That was supposed to be solved.
>>
>> See https://github.com/wallyqs/org-ruby/issues/3
>
> Nice. So it seems that github is using an older version of org-ruby. Is it
> clear what the update policy/cycle of github for softwares like org-ruby is?
Unfortunately, not to me... ;-)
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Title of org files in github not recognized
2014-05-01 15:21 ` Sebastien Vauban
@ 2014-05-02 5:44 ` Waldemar Quevedo
2014-05-02 9:06 ` Julian Gehring
0 siblings, 1 reply; 7+ messages in thread
From: Waldemar Quevedo @ 2014-05-02 5:44 UTC (permalink / raw)
To: Sebastien Vauban; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]
Hi, yes this issue would be fixed once Github upgrades the Ruby
implementation of the parser.
To upgrade the version it takes making a pull request to the github/markup
repository so that they bump the version and do the release, but it takes
some time before the upgrade is validated (security checks, etc...)
There another couple of issues that I would like it that they make it to
Github, so once having those tackled I'll see if I can ask one of the
maintainers to help out planning for an update soon.
Cheers
On Fri, May 2, 2014 at 12:21 AM, Sebastien Vauban
<sva-news@mygooglest.com>wrote:
> Julian Gehring wrote:
> > On 01.05.2014 14:17, Sebastien Vauban wrote:
> >> Julian Gehring wrote:
> >>> How I can convince github to recognize the '#+TITLE:' field of an
> >>> org-file? This should be a 'h1' heading, while it is currently
> >>> treated as normal text (for example, see
> >>> https://github.com/julian-gehring/vignettes/blob/master/README.org).
> >>> I know that this is a problem of the parsing on github's site, but
> >>> is anyone aware of a good solution?
> >>
> >> That was supposed to be solved.
> >>
> >> See https://github.com/wallyqs/org-ruby/issues/3
> >
> > Nice. So it seems that github is using an older version of org-ruby. Is
> it
> > clear what the update policy/cycle of github for softwares like org-ruby
> is?
>
> Unfortunately, not to me... ;-)
>
> Best regards,
> Seb
>
> --
> Sebastien Vauban
>
>
>
[-- Attachment #2: Type: text/html, Size: 2276 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Title of org files in github not recognized
2014-05-02 5:44 ` Waldemar Quevedo
@ 2014-05-02 9:06 ` Julian Gehring
0 siblings, 0 replies; 7+ messages in thread
From: Julian Gehring @ 2014-05-02 9:06 UTC (permalink / raw)
To: Waldemar Quevedo; +Cc: Sebastien Vauban, emacs-orgmode
Hi Waldemar,
Thanks, I'm looking forward to see all these improvements also in github.
Best wishes
Julian
On 02.05.2014 07:44, Waldemar Quevedo wrote:
> Hi, yes this issue would be fixed once Github upgrades the Ruby
> implementation of the parser.
>
> To upgrade the version it takes making a pull request to the
> github/markup repository so that they bump the version and do the
> release, but it takes some time before the upgrade is validated
> (security checks, etc...)
> There another couple of issues that I would like it that they make it to
> Github, so once having those tackled I'll see if I can ask one of the
> maintainers to help out planning for an update soon.
>
> Cheers
>
>
> On Fri, May 2, 2014 at 12:21 AM, Sebastien Vauban
> <sva-news@mygooglest.com <mailto:sva-news@mygooglest.com>> wrote:
>
> Julian Gehring wrote:
> > On 01.05.2014 14:17, Sebastien Vauban wrote:
> >> Julian Gehring wrote:
> >>> How I can convince github to recognize the '#+TITLE:' field of an
> >>> org-file? This should be a 'h1' heading, while it is currently
> >>> treated as normal text (for example, see
> >>>
> https://github.com/julian-gehring/vignettes/blob/master/README.org).
> >>> I know that this is a problem of the parsing on github's site, but
> >>> is anyone aware of a good solution?
> >>
> >> That was supposed to be solved.
> >>
> >> See https://github.com/wallyqs/org-ruby/issues/3
> >
> > Nice. So it seems that github is using an older version of
> org-ruby. Is it
> > clear what the update policy/cycle of github for softwares like
> org-ruby is?
>
> Unfortunately, not to me... ;-)
>
> Best regards,
> Seb
>
> --
> Sebastien Vauban
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-05-02 9:07 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-01 10:20 Title of org files in github not recognized Julian Gehring
2014-05-01 10:58 ` Ian Kelling
2014-05-01 12:17 ` Sebastien Vauban
2014-05-01 12:52 ` Julian Gehring
2014-05-01 15:21 ` Sebastien Vauban
2014-05-02 5:44 ` Waldemar Quevedo
2014-05-02 9:06 ` Julian Gehring
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).