~bzg/orgweb

104dbae70621ce2794649be8b9c9c3a8bc1c2283 — Ihor Radchenko 4 months ago b98dd26
index.org (Project heartbeat): Add recent requests

* publish.sh (org-safe-remote-resources): Update the safe resource
regexp.
2 files changed, 2 insertions(+), 2 deletions(-)

M index.org
M publish.sh
M index.org => index.org +1 -0
@@ 56,6 56,7 @@

* Project heartbeat
#+include: "https://tracker.orgmode.org/news.org" :lines "1-6"
#+include: "https://tracker.orgmode.org/requests.org" :lines "1-6"
* Highlights
  :PROPERTIES:
  :HTML_CONTAINER_CLASS: columns no-heading

M publish.sh => publish.sh +1 -2
@@ 16,8 16,7 @@ This variable can be set when running publish.sh script:
(require 'htmlize)

(setq org-safe-remote-resources
      '("\\`https://tracker\\.orgmode\\.org/index\\.org\\'"
        "\\`https://tracker\\.orgmode\\.org/news\\.org\\'"))
      '("\\`https://tracker\\.orgmode\\.org/\\'"))

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