emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Achim Gratz <Stromeko@nexgo.de>
To: emacs-orgmode@gnu.org
Subject: Re: worg-new-exporter successful publish locally
Date: Sat, 27 Apr 2013 17:43:12 +0200	[thread overview]
Message-ID: <87fvycnfn3.fsf@Rainer.invalid> (raw)
In-Reply-To: CAFiLVrZ8W=dLuHdBxfdenZzkUn3QgpHJO28B_56ujqL1=M=UMw@mail.gmail.com

Jay Kerns writes:
> 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.

Great, thank you.

I've just pushed a change that removes the hardcoded pathnames in this
file and replaces them with three variables.  Set these variables either
directly on the command line or in a local init file (name it whatever
you like and don't push it to Worg) like this:
    
--8<---------------cut here---------------start------------->8---
;; worgtest-local-init.el
;;
;; all paths must end with a slash
(setq worg-base "/path/to/Worg/"
      worg-htmlroot "/path/to/htmlroot/"
      worg-add-load-path (list "/path/to/auctex-11.86/"
			       "/path/to/htmlize-1.39/"
			       "/path/to/org/"))
--8<---------------cut here---------------end--------------->8---

emacs -batch -Q -l worgtest-local-init.el -l worgtest-init.el -f publish-worg

I've also deactivated vc during export (makes it about half a minute
faster) and moved the require for org before the defcustoms stuff,
otherwise I'd get the error

Symbol's function definition is void: org-get-file-contents

This exports OK with Emacs 24.3, freshly compiled today.


Worg: the "Invalid time specification" error is back.  I can push, but
nothing gets published at the moment.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs

  parent reply	other threads:[~2013-04-27 15:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-27  6:53 worg-new-exporter successful publish locally Jay Kerns
2013-04-27  6:59 ` Bastien
2013-04-27  8:38   ` Carsten Dominik
2013-04-27  8:40 ` Thorsten Jolitz
2013-04-27 13:33   ` Jay Kerns
2013-04-27 15:43 ` Achim Gratz [this message]
2013-04-28 16:44   ` Jay Kerns
2013-04-28 19:12     ` Achim Gratz
2013-04-28 19:43       ` Jay Kerns
2013-04-28 20:21       ` Achim Gratz
2013-04-28 21:17         ` Jay Kerns
2013-05-01 17:51         ` Achim Gratz

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=87fvycnfn3.fsf@Rainer.invalid \
    --to=stromeko@nexgo.de \
    --cc=emacs-orgmode@gnu.org \
    /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).