emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Fabrice Niessen <fni-news-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Publishing on Worg succeeds or fails? -- I can't say!
Date: Wed, 22 Apr 2015 20:37:09 +0200	[thread overview]
Message-ID: <86fv7sm2lm.fsf@example.com> (raw)

Hello,

I tried to add a section on Worg (about the ReadTheOrg HTML theme).  The
Git commit was successfull, the Git push (for which I do have access on
Worg) ended with an error code of 0 (hence, successfully?), but it's not
visible on Worg!

Any idea why?

--8<---------------cut here---------------start------------->8---
$ git push
Enter passphrase for key '/cygdrive/d/Users/fni/.ssh/id_repo.or.cz_rsa':
remote: From /home/worg/worg
remote:  * branch            master     -> FETCH_HEAD
remote: Merge made by recursive.
remote:  org-hacks.org |   21 ++++++++++++++++-----
remote:  1 files changed, 16 insertions(+), 5 deletions(-)
remote: worg publish process 24723 started at 04/22/15@11:35:23
remote: Loading 00debian-vars...
remote: Loading /etc/emacs-snapshot/site-start.d/00emacs-snapshot-common.el (source)...
remote: Loading /etc/emacs/site-start.d/50git-core.el (source)...
remote: Loading /home/emacs/.emacs.el (source)...
remote: Loading /home/emacs/.emacs-custom.el (source)...
remote: Source file `/home/emacs/git/org-mode/lisp/org.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/org-macs.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/org-compat.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ob-emacs-lisp.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ob-eval.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ob-core.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ob-comint.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ob-exp.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/org-src.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ob-keys.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ob-table.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ob-lob.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ob-ref.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ob-tangle.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/org-entities.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/org-faces.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/org-list.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/org-pcomplete.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/org-footnote.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/org-macro.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ox-org.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ox.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/org-element.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ox-ascii.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ox-publish.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ox-html.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ox-icalendar.el' newer than byte-compiled file
remote: Source file `/home/emacs/git/org-mode/lisp/ox-latex.el' newer than byte-compiled file
remote: Emacs 24.2.50.1
remote: Loading /home/emacs/.org-timestamps/worg-org-faq.cache...
remote: Source file `/home/emacs/git/org-mode/lisp/org-agenda.el' newer than byte-compiled file
remote: Skipping unmodified file /home/emacs/git/worg/org-faq.org
remote: Resetting org-publish-cache
remote: Loading /home/emacs/.org-timestamps/worg-pages.cache...
remote: Skipping unmodified file /home/emacs/git/worg/worgmap.org
[...]
remote: Skipping unmodified file /home/emacs/git/worg/org-info-js.org
remote: Publishing file /home/emacs/git/worg/org-hacks.org using `org-html-publish-to-html'
remote: Source file `/home/emacs/git/org-mode/lisp/org-table.el' newer than byte-compiled file
remote: Unknown cross-reference "#field-coordinates-in-formulas-transpose-table" in file "org-hacks.org"
remote: Unknown cross-reference "#transpose-table" in file "org-hacks.org"
remote: Unable to resolve link "org-capture"
remote: worg publish process 24723 exited at 04/22/15@11:35:28
To worg-NGzghNk++c5AfugRpC6u6w@public.gmane.org:worg.git
   4103052..2015bcd  master -> master
$                           
--8<---------------cut here---------------end--------------->8---

It seems there are warnings or errors, but the status is not clear (to
me).

Note that all the above messages are outputted on stderr, which does not
feel right, but that's how Emacs outputs messages in batch mode.

Best regards,
Fabrice

-- 
Fabrice Niessen
Leuven, Belgium
http://www.pirilampo.org/

             reply	other threads:[~2015-04-22 18:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-22 18:37 Fabrice Niessen [this message]
2015-04-22 19:33 ` Publishing on Worg succeeds or fails? -- I can't say! Nicolas Goaziou
2015-04-22 19:46   ` Fabrice Niessen
2015-04-22 20:00     ` Nicolas Goaziou
2015-04-22 20:11       ` Fabrice Niessen

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=86fv7sm2lm.fsf@example.com \
    --to=fni-news-ta4hmop+1whrz44/dzwexq@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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).