emacs-orgmode
[Top][All Lists]
Advanced

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

special treatment of one org-file in org-publish


From: John Kitchin
Subject: special treatment of one org-file in org-publish
Date: Tue, 28 Jan 2020 20:11:32 -0500

Hi everyone,

I have one org file I have to publish in a special way in an org-publish project. I have this sub-component setup as:

  ("references"
 :base-directory "/Users/jkitchin/2020/01/26/org-files/"
 :exclude "org"
 :include ("c.org")
 :publishing-directory "docs"
 :publishing-function ox-manuscript-publish-references)

This seems to ignore all org files, except the one I included, and on that one it runs the special publishing-function.

Is the version above preferable to:

  ("references"
 :base-directory "/Users/jkitchin/2020/01/26/org-files/"
 :base-extension "[^.*]"
 :include ("c.org")
 :publishing-directory "docs"
 :publishing-function ox-manuscript-publish-references)

They both seem to work.

John

-----------------------------------
Professor John Kitchin 
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803

reply via email to

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