commit e6ce18d0316caa9c29482d137d861ee0e51f4159 parent 714fa704e76c361b3e290c76950e025d8e9625bd Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 9 Aug 2024 12:21:51 +0200 tools/emacs: remove src-www-dir from refile Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | tools/emacs/config/config-org.el | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -182,11 +182,11 @@ (--remove (s-starts-with? "." it)) (--map (format "%s" it)) (--map `(,it :maxlevel . 2))) - (->> - (directory-files-recursively src-www-dir ".org$") - (--remove (s-starts-with? "." it)) - (--map (format "%s" it)) - (--map `(,it :maxlevel . 2))) + ;; (->> + ;; (directory-files-recursively src-www-dir ".org$") + ;; (--remove (s-starts-with? "." it)) + ;; (--map (format "%s" it)) + ;; (--map `(,it :maxlevel . 2))) (->> (directory-files-recursively org-resources-dir ".org$") (--remove (s-starts-with? (format "%s/legacy" org-resources-dir) it))