* Some broken links in pages under https://orgmode.org/worg/org-contrib/babel
@ 2021-10-04 12:45 Mandar Mitra
2021-10-04 16:03 ` Daniel Fleischer
0 siblings, 1 reply; 5+ messages in thread
From: Mandar Mitra @ 2021-10-04 12:45 UTC (permalink / raw)
To: emacs-orgmode
Not sure if this is the right place to report this, but I was trying to learn about Org-Babel, and encountered some broken links. Below are a few (not a comprehensive list, of course, just some that I happened to encounter).
* https://orgmode.org/worg/org-contrib/babel/intro.html
*** ... relevant section in the [[https://orgmode.org/manual/Literal-examples.html][Org manual]] ...
*** please have a look at the [[https://orgmode.org/manual/Literal-examples.html][Org-mode manual]] before proceeding
*** blocks located in the [[https://orgmode.org/worg/org-contrib/babel/library-of-babel.html][Library of Babel]] file – raw file at
* https://orgmode.org/worg/org-contrib/babel/uses.html
*** [[https://orgmode.org/worg/org-contrib/babel/examples/org-check.html][Checking Your Org Mode Configuration]]
*** [[https://orgmode.org/worg/org-contrib/babel/examples/data-collection-analysis.html][Data Collection and Analysis]]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Some broken links in pages under https://orgmode.org/worg/org-contrib/babel
2021-10-04 12:45 Some broken links in pages under https://orgmode.org/worg/org-contrib/babel Mandar Mitra
@ 2021-10-04 16:03 ` Daniel Fleischer
2021-10-05 9:38 ` Daniel Fleischer
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Fleischer @ 2021-10-04 16:03 UTC (permalink / raw)
To: Mandar Mitra; +Cc: emacs-orgmode
Mandar Mitra [2021-10-04 Mon 18:15] wrote:
Confirmed
5 Broken links:
> * https://orgmode.org/worg/org-contrib/babel/intro.html
> *** ... relevant section in the [[https://orgmode.org/manual/Literal-examples.html][Org manual]] ...
> *** please have a look at the [[https://orgmode.org/manual/Literal-examples.html][Org-mode manual]] before proceeding
> *** blocks located in the [[https://orgmode.org/worg/org-contrib/babel/library-of-babel.html][Library of Babel]] file – raw file at
>
> * https://orgmode.org/worg/org-contrib/babel/uses.html
> *** [[https://orgmode.org/worg/org-contrib/babel/examples/org-check.html][Checking Your Org Mode Configuration]]
> *** [[https://orgmode.org/worg/org-contrib/babel/examples/data-collection-analysis.html][Data Collection and Analysis]]
--
Daniel Fleischer
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Some broken links in pages under https://orgmode.org/worg/org-contrib/babel
2021-10-04 16:03 ` Daniel Fleischer
@ 2021-10-05 9:38 ` Daniel Fleischer
2021-10-05 17:35 ` Thomas S. Dye
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Fleischer @ 2021-10-05 9:38 UTC (permalink / raw)
To: Mandar Mitra; +Cc: emacs-orgmode
> Mandar Mitra [2021-10-04 Mon 18:15] wrote:
>
>> * https://orgmode.org/worg/org-contrib/babel/intro.html
>> *** ... relevant section in the [[https://orgmode.org/manual/Literal-examples.html][Org manual]] ...
>> *** please have a look at the [[https://orgmode.org/manual/Literal-examples.html][Org-mode manual]] before proceeding
>> *** blocks located in the [[https://orgmode.org/worg/org-contrib/babel/library-of-babel.html][Library of Babel]] file – raw file at
>>
>> * https://orgmode.org/worg/org-contrib/babel/uses.html
>> *** [[https://orgmode.org/worg/org-contrib/babel/examples/org-check.html][Checking Your Org Mode Configuration]]
>> *** [[https://orgmode.org/worg/org-contrib/babel/examples/data-collection-analysis.html][Data Collection and Analysis]]
Pushed a fix for 2 HTML links fixes.
Pushed a fix for "data-collection-analysis".
- "org-check" needs refactor of the latex section in order to compile.
- "org-contrib/babel/library-of-babel" not sure why it doesn't appear on
the server because the file compiles locally to HTML.
--
Daniel Fleischer
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Some broken links in pages under https://orgmode.org/worg/org-contrib/babel
2021-10-05 9:38 ` Daniel Fleischer
@ 2021-10-05 17:35 ` Thomas S. Dye
2022-10-03 6:34 ` Ihor Radchenko
0 siblings, 1 reply; 5+ messages in thread
From: Thomas S. Dye @ 2021-10-05 17:35 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Mandar Mitra
Daniel Fleischer <danflscr@gmail.com> writes:
> - "org-contrib/babel/library-of-babel" not sure why it doesn't
> appear on
> the server because the file compiles locally to HTML.
A bad link blocked HTML compilation on the server. Fixed now,
thanks.
All the best,
Tom
--
Thomas S. Dye
https://tsdye.online/tsdye
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Some broken links in pages under https://orgmode.org/worg/org-contrib/babel
2021-10-05 17:35 ` Thomas S. Dye
@ 2022-10-03 6:34 ` Ihor Radchenko
0 siblings, 0 replies; 5+ messages in thread
From: Ihor Radchenko @ 2022-10-03 6:34 UTC (permalink / raw)
To: Thomas S. Dye; +Cc: emacs-orgmode, Mandar Mitra
"Thomas S. Dye" <tsd@tsdye.online> writes:
> A bad link blocked HTML compilation on the server. Fixed now,
> thanks.
I am thus closing this bug report.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-10-03 6:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-04 12:45 Some broken links in pages under https://orgmode.org/worg/org-contrib/babel Mandar Mitra
2021-10-04 16:03 ` Daniel Fleischer
2021-10-05 9:38 ` Daniel Fleischer
2021-10-05 17:35 ` Thomas S. Dye
2022-10-03 6:34 ` Ihor Radchenko
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).