From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Kerns Subject: worg-new-exporter successful publish locally Date: Sat, 27 Apr 2013 02:53:46 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVz1O-0007EQ-8d for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 02:54:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVz1N-0007Cw-3Z for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 02:54:10 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:43295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVz1M-0007Ch-ST for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 02:54:09 -0400 Received: by mail-wg0-f43.google.com with SMTP id c11so2603289wgh.22 for ; Fri, 26 Apr 2013 23:54:07 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode List Hi there, The new Worg branch publishes for me without error under Org-mode version 8.0.1 (release_8.0.1-24-g92f372). I updated the existing emacs.el (underlying Worg, IIUC) to the Org 8.0 exporting/publishing syntax. You can see the latest draft in worgtest-init.el which lives in the top-level directory. To test the publish yourself you'd need to customize the base/publishing directories for your local machine and then do emacs -Q -l "/path/to/worg/worgtest-init.el" followed by M-x publish-worg There are changes to some files which are necessary for a successful publish and which are detailed at the bottom of this email. Have a look in FIXME. Given the successful publish locally, I went through and updated all remaining in-buffer settings that I could find (HTML_HEAD, etc.). To the best of my knowledge, everything is DONE, notwithstanding the comments below. DISCLAIMERS 1. I didn't work on orgmode.org at all. 2. Successful export/publish doesn't say anything about the content and/or outdated info in the pages. Cheers, -- Jay - sitemap.org - Error: Invalid time-stamp specification - The error here has to do with an undocumented function that I can't figure out. - Status: disabled auto-sitemap in publish-alist - FIXME/how-to-use-Babel-for-R.org - content is out of date, but exports without error - Status: updated in-buffer settings but otherwise unchanged - FIXME/test-for-how-to-use-Babel-for-R.org - content is out of date, but exports without error - Status: updated buffer settings but otherwise unchanged - org-contrib/babel/header-args.org - Error: local variables in header-args.org and header-args.html - eval: org-babel-default-header-args:Python - if I hit "n" then Emacs hangs until C-g - Status: moved to FIXME - org-tutorials/org-R/variable-popcon.org - Error: none, really, it takes a really long time to export but succeeds eventually. - Status: unchanged, but somebody might investigate the reason for this extended export time, maybe it's just because the file is so big. - org-configs/org-customization-survey.org - export of this single file takes 1.5 hrs on my laptop - I don't know why - Status: moved to FIXME - The following appear to set file local variables - code/org-info-js/changes.org - code/org-info-js/org-slides/slides.org - org-contrib/org-drill.org - org-contrib/org-git-link.org - org-contrib/babel/examples/drift.org - Status updated in buffer settings, but otherwise unchanged. Thought you might like to know.