~bzg/orgweb

f494af7c2f5ededcee67ffb772a6f2510c74f4be — Bastien Guerry 6 months ago ef878c1
publish.sh: Set resource download policy

Also update `org-safe-remote-resources' to allow all resources from
https://tracker.orgmode.org.
1 files changed, 2 insertions(+), 2 deletions(-)

M publish.sh
M publish.sh => publish.sh +2 -2
@@ 15,8 15,8 @@ This variable can be set when running publish.sh script:
(add-to-list 'load-path "/usr/share/emacs/site-lisp/elpa-src/htmlize-1.56")
(require 'htmlize)

(setq org-safe-remote-resources
      '("\\`https://tracker\\.orgmode\\.org/\\'"))
(setq org-resource-download-policy 'safe)
(setq org-safe-remote-resources '("https://tracker\\.orgmode\\.org"))

(setq make-backup-files nil
      debug-on-error t)