From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: publish not working in git version Date: Sun, 30 Nov 2008 17:53:36 +0100 Message-ID: <4932c543.170e660a.26c3.ffff87fa@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L6pZ2-0003I0-Ss for emacs-orgmode@gnu.org; Sun, 30 Nov 2008 11:54:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L6pZ0-0003Fd-P9 for emacs-orgmode@gnu.org; Sun, 30 Nov 2008 11:54:32 -0500 Received: from [199.232.76.173] (port=35224 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L6pZ0-0003FF-Gu for emacs-orgmode@gnu.org; Sun, 30 Nov 2008 11:54:30 -0500 Received: from ug-out-1314.google.com ([66.249.92.169]:49341) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L6pYz-0007Sc-FT for emacs-orgmode@gnu.org; Sun, 30 Nov 2008 11:54:30 -0500 Received: by ug-out-1314.google.com with SMTP id 36so2687732uga.17 for ; Sun, 30 Nov 2008 08:54:28 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode Just a heads up for those that use publish - todays git version does not publish (or not here anyway). Backtracking to official 13a works fine. I got this back trace from org-publish-current-file: ,---- | Debugger entered--Lisp error: (wrong-type-argument arrayp nil) | file-truename(nil) | org-publish-file("/home/shamrock/webs/richardriley/index.org") | byte-code("?… Âà !)‡" [force org-publish-use-timestamps-flag org-publish-file buffer-file-name] 2) | org-publish-current-file(nil) | call-interactively(org-publish-current-file) | org-export(nil) | call-interactively(org-export nil nil) | recursive-edit() | byte-code("Æ @Ç=ƒ!ÈÉÊ\"ˆËÉ!‰A@)¢Ì=ƒ!ÈÍÊ\"ˆÎ !ˆÏ ˆÐ !ˆ\fƒdÑed\" VƒWebˆÒ ¥yˆ`dbˆÒ ¥ Zyˆ`|ˆ)ÓcˆebˆÔÕÖ \"ˆ×Æ!ˆÔØ!ˆÙÊÔØ!ˆŠÚ ˆ+Ù‡" [unread-command-char debugger-args x debugger-buffer noninteractive debugger-batch-max-lines -1 debug backtrace-debug 4 t backtrace-frame lambda 5 pop-to-buffer debugger-mode debugger-setup-buffer count-lines 2 "...\n" message "%s" buffer-string kill-emacs "" nil recursive-edit middlestart buffer-read-only standard-output] 4) | debug(error (wrong-type-argument arrayp nil)) | file-truename(nil) | org-publish-file("/home/shamrock/webs/richardriley/index.org") | byte-code("?… Âà !)‡" [force org-publish-use-timestamps-flag org-publish-file buffer-file-name] 2) | org-publish-current-file(nil) | call-interactively(org-publish-current-file) | org-export(nil) | call-interactively(org-export nil nil) `---- regards r.