From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Broken links in worg Date: Sat, 06 Jan 2018 04:13:07 +0000 Message-ID: References: <877esywutr.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c0cd40aed5aba056213c8e6" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eXfrH-00015B-Ma for emacs-orgmode@gnu.org; Fri, 05 Jan 2018 23:13:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eXfrD-0005Gm-E1 for emacs-orgmode@gnu.org; Fri, 05 Jan 2018 23:13:23 -0500 In-Reply-To: <877esywutr.fsf@alphaville.usersys.redhat.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nick Dokos Cc: Bastien Guerry , emacs-orgmode@gnu.org --94eb2c0cd40aed5aba056213c8e6 Content-Type: text/plain; charset="UTF-8" On Wed, Jan 3, 2018 at 3:29 PM Nick Dokos 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 --94eb2c0cd40aed5aba056213c8e6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Wed, Jan 3,= 2018 at 3:29 PM Nick Dokos <ndokos@= gmail.com> wrote:
There ar= e a few links in the babel area of worg
(https://orgmode.org/worg/org-contrib/babel/ind= ex.html) that seem to
be broken:

o http://orgmode.org= /manual/Working-With-Source-Code.html#Working-With-Source-Code
=C2=A0 (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/ba= bel/header-args.html


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

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

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/or= g-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 compl= ete 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 an= d the above FIXME.

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


--

Kaushal Modi

--94eb2c0cd40aed5aba056213c8e6--