emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Publish error: wrong argument number


From: Colin Baxter
Subject: Publish error: wrong argument number
Date: Wed, 15 Sep 2021 07:07:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

Today I get a "wrong-number-of-arguments" publish error. This was not
present a few weeks ago. It is also not present in Org-version 9.4.4 but
does occur in the latest version of org-mode.

I'd appreciate some help in tracking down the error. My debugger file is
below.

Thanks.

Best wishes,

Colin Baxter.

Debugger entered--Lisp error: (wrong-number-of-arguments (0 . 0) 1)
  (org-macro-initialize-templates nil)
  (org-export-as html nil nil nil (:output-file 
"/home/redknight/public_html/index.html" :base-directory "~/colin/org/pub/" 
:base-extension "org" :publishing-directory "~/public_html/" :recursive t 
:publishing-function org-html-publish-to-html :headline-levels 4 :auto-preamble 
t :auto-sitemap t :sitemap-filename "sitemap.org" :sitemap-title "Sitemap" 
:sitemap-style tree :sitemap-sort-folders "first" :sitemap-ignore-case t 
:sitemap-alphabetically t :makeindex t :crossrefs (((other "Publishing" "Data" 
"for" "this" "Web-Site") . 139416212) ((headline "Publishing" "Data" "for" 
"this" "Web-Site") . 139416212) ((other "About" "me") . 151707758) ((headline 
"About" "me") . 151707758) ((other "Gnupg" "Fingerprint" "and" "Public" "Key") 
. 157297869) ((headline "Gnupg" "Fingerprint" "and" "Public" "Key") . 
157297869) ((other "Contact" "me") . 229971501) ((headline "Contact" "me") . 
229971501) ((other "About" "this" "Web-Site") . 243924766) ((headline "About" 
"this" "Web-Site") . 243924766)) :filter-final-output 
(org-publish--store-crossrefs org-publish-collect-index)))
  (org-export-to-file html "/home/redknight/public_html/index.html" nil nil nil 
nil (:base-directory "~/colin/org/pub/" :base-extension "org" 
:publishing-directory "~/public_html/" :recursive t :publishing-function 
org-html-publish-to-html :headline-levels 4 :auto-preamble t :auto-sitemap t 
:sitemap-filename "sitemap.org" :sitemap-title "Sitemap" :sitemap-style tree 
:sitemap-sort-folders "first" :sitemap-ignore-case t :sitemap-alphabetically t 
:makeindex t :crossrefs (((other "Publishing" "Data" "for" "this" "Web-Site") . 
139416212) ((headline "Publishing" "Data" "for" "this" "Web-Site") . 139416212) 
((other "About" "me") . 151707758) ((headline "About" "me") . 151707758) 
((other "Gnupg" "Fingerprint" "and" "Public" "Key") . 157297869) ((headline 
"Gnupg" "Fingerprint" "and" "Public" "Key") . 157297869) ((other "Contact" 
"me") . 229971501) ((headline "Contact" "me") . 229971501) ((other "About" 
"this" "Web-Site") . 243924766) ((headline "About" "this" "Web-Site") . 
243924766)) :filter-final-output (org-publish--store-crossrefs 
org-publish-collect-index)))
  (org-publish-org-to html "/home/redknight/colin/org/pub/index.org" ".html" 
(:base-directory "~/colin/org/pub/" :base-extension "org" :publishing-directory 
"~/public_html/" :recursive t :publishing-function org-html-publish-to-html 
:headline-levels 4 :auto-preamble t :auto-sitemap t :sitemap-filename 
"sitemap.org" :sitemap-title "Sitemap" :sitemap-style tree 
:sitemap-sort-folders "first" :sitemap-ignore-case t :sitemap-alphabetically t 
:makeindex t) "/home/redknight/public_html/")
  (org-html-publish-to-html (:base-directory "~/colin/org/pub/" :base-extension 
"org" :publishing-directory "~/public_html/" :recursive t :publishing-function 
org-html-publish-to-html :headline-levels 4 :auto-preamble t :auto-sitemap t 
:sitemap-filename "sitemap.org" :sitemap-title "Sitemap" :sitemap-style tree 
:sitemap-sort-folders "first" :sitemap-ignore-case t :sitemap-alphabetically t 
:makeindex t) "/home/redknight/colin/org/pub/index.org" 
"/home/redknight/public_html/")
  (org-publish-file "/home/redknight/colin/org/pub/index.org")
  (org-publish-current-file nil nil)
  (org-export-dispatch nil)
  (funcall-interactively org-export-dispatch nil)
  (call-interactively org-export-dispatch nil nil)
  (command-execute org-export-dispatch)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]