Ihor Radchenko yanta...@gmail.com writes: > > > David Masterson dsmaster...@gmail.com writes: > > > > > Does org-publish have options for files with org-crypt entries? > > > > We do not have an explicit option, but you can add org-decrypt-entries > > to your org-export-before-processing-hook. > > > Thanks > > -- > David Masterson
Is there a specific way of setting this in the config? I tried adding `(add-hook 'org-export-before-processing-hook #'org-decrypt-entries)` to my init.el, but publishing fails with the error "run-hook-with-args: Wrong number of arguments: (0 . 0), 1"