From: Yasushi SHOJI <yasushi.shoji@gmail.com> To: "Christopher W. Ryan" <cryan@binghamton.edu> Cc: tec@tecosaur.com, orgmode <emacs-orgmode@gnu.org>, Nicolas Goaziou <mail@nicolasgoaziou.fr> Subject: Re: publishing: no default publishing function, or symbol is not defined Date: Sun, 19 Sep 2021 19:10:27 +0900 [thread overview] Message-ID: <CAELBRWLgV-s6SGX=cevtN7iW8htwiLezR469T-cGMWE_6iX1+A@mail.gmail.com> (raw) In-Reply-To: <69e30ec3-e7f6-47c9-d469-ae5aa29d96f9@binghamton.edu> [-- Attachment #1: Type: text/plain, Size: 728 bytes --] Hi Chris, On Sun, Jun 20, 2021 at 3:30 AM Christopher W. Ryan via General discussions about Org-mode. <emacs-orgmode@gnu.org> wrote: > But is there not a default publishing action, that requires no explicit > :publishing-function statement? This part of the documentation says > there is: > > https://orgmode.org/manual/Publishing-action.html#Publishing-action I just encountered the exact problem. The attached patch fixed it for me. Would you mind testing it? ps. I've dug a bit in the commit history but I couldn't find any evidence that we've ever supported this default behaviour at least with the current exporter. Nicolas, if that's true, should we change the documentation instead? Best, -- yashi [-- Attachment #2: 0001-ox-publish-Set-default-transformation.patch --] [-- Type: text/x-patch, Size: 1074 bytes --] From 2fdf67b4ddfac97acb2b685957b6e4ca26474fb4 Mon Sep 17 00:00:00 2001 From: Yasushi SHOJI <yashi@spacecubics.com> Date: Sun, 19 Sep 2021 18:56:19 +0900 Subject: [PATCH] ox-publish: Set default transformation As documented in Org Manual, we should have the default transformation function set to org-html-publish-to-html. Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com> --- lisp/ox-publish.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index c25dd5473..99b1dca81 100644 --- a/lisp/ox-publish.el +++ b/lisp/ox-publish.el @@ -617,7 +617,8 @@ files, when entire projects are published (see (abbreviate-file-name filename)))) (project-plist (cdr project)) (publishing-function - (pcase (org-publish-property :publishing-function project) + (pcase (org-publish-property :publishing-function project + 'org-html-publish-to-html) (`nil (user-error "No publishing function chosen")) ((and f (pred listp)) f) (f (list f)))) -- 2.33.0
next prev parent reply other threads:[~2021-09-19 10:11 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-18 22:15 Christopher W. Ryan via General discussions about Org-mode. 2021-06-19 11:59 ` Christian Moe 2021-06-19 12:48 ` Juan Manuel Macías 2021-06-19 18:23 ` Christopher W. Ryan via General discussions about Org-mode. 2021-09-19 10:10 ` Yasushi SHOJI [this message] 2021-09-19 17:24 ` Yasushi SHOJI 2021-06-19 18:28 ` [External Email] " Christopher W. Ryan via General discussions about Org-mode. 2021-06-19 19:32 ` Juan Manuel Macías 2021-06-22 20:26 ` Christopher W. Ryan via General discussions about Org-mode. 2021-06-25 8:38 ` Juan Manuel Macías
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='CAELBRWLgV-s6SGX=cevtN7iW8htwiLezR469T-cGMWE_6iX1+A@mail.gmail.com' \ --to=yasushi.shoji@gmail.com \ --cc=cryan@binghamton.edu \ --cc=emacs-orgmode@gnu.org \ --cc=mail@nicolasgoaziou.fr \ --cc=tec@tecosaur.com \ --subject='Re: publishing: no default publishing function, or symbol is not defined' \ /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
Code repositories for project(s) associated with this 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).