emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Nick Dokos <ndokos@gmail.com>
Cc: Bastien Guerry <bzg@gnu.org>, emacs-orgmode@gnu.org
Subject: Re: Broken links in worg
Date: Sat, 06 Jan 2018 04:13:07 +0000	[thread overview]
Message-ID: <CAFyQvY0Y7FEsH_Up=1W5HA+C5_HqfgRWz3cAuuheBO+GsXEimg@mail.gmail.com> (raw)
In-Reply-To: <877esywutr.fsf@alphaville.usersys.redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1781 bytes --]

On Wed, Jan 3, 2018 at 3:29 PM Nick Dokos <ndokos@gmail.com> wrote:

> There are a few links in the babel area of worg
> (https://orgmode.org/worg/org-contrib/babel/index.html) that seem to
> be broken:
>
> o
> http://orgmode.org/manual/Working-With-Source-Code.html#Working-With-Source-Code
>   (this seems to be an http vs https problem).
>

It was letter casing problem.. I have committed the fix.

o https://orgmode.org/worg/org-contrib/babel/header-args.html


I see that the header-args.org is moved to FIXME..
https://code.orgmode.org/bzg/worg/raw/master/FIXME/header-args.org

My guess would be that the move to FIXME would have been made as the Local
Variables section in that code block was trying to actually get evaluated:

=====
: #+Title: Example of default file and language session
:
: The value in this buffer is...
: #+begin_src emacs-lisp
:   org-babel-default-header-args:Python
: #+end_src
:
: #+RESULTS:
: | (:session . foo) |
:
: # Local Variables:
: # eval: (setq-local org-babel-default-header-args:Python '((:session .
"foo")))
: # End:
=====

I tried a bit, but cannot figure out how to *not* make Local Variables
section in a code block from getting evaluated.

o https://orgmode.org/worg/org-contrib/babel/languages.html
>

This one is perplexing.. if I build the Worg site locally using this[1]..
that languages.html page is created fine. But that languages.html (and the
complete org-contrib/babel/languages/ section) is not published on the Worg
site. May be Bastien, Nicolas or someone else can chime in to help with
this and the above FIXME.

[1]: https://gist.github.com/1932834fa33f72ff44eea476f15cad08 and then
running "emacs --batch -l ~/e/misc/worg/worg-setup.el -f org-publish-all"
(Emacs 26.0.90 and latest Org master).


-- 

Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 3310 bytes --]

      reply	other threads:[~2018-01-06  4:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-03 20:28 Broken links in worg Nick Dokos
2018-01-06  4:13 ` Kaushal Modi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFyQvY0Y7FEsH_Up=1W5HA+C5_HqfgRWz3cAuuheBO+GsXEimg@mail.gmail.com' \
    --to=kaushal.modi@gmail.com \
    --cc=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=ndokos@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).