From 5b5989c8a7c738b26a4fc2d3e903c5a9156aced1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 29 May 2017 22:33:36 -0400 Subject: org-board-wget-switches: Remove "-e robots=off" --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index d5aa916..852a2ad 100644 --- a/init.el +++ b/init.el @@ -306,6 +306,9 @@ (setq org-board-default-browser 'system) (define-key km/org-prefix-map "b" #'org-board-open) :config + (setq org-board-wget-switches + (delete "-e robots=off" org-board-wget-switches)) + (advice-add 'org-board-archive :before (lambda (&rest _) (unless (yes-or-no-p "Archive entry? ") -- cgit v1.2.3