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
@johnkitchin
http://kitchingroup.cheme.cmu.edu

Reply via email to