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)