Commit e6ce18d0316c

Vincent Demeester <vincent@sbr.pm>
2024-08-09 12:21:51
tools/emacs: remove src-www-dir from refile
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 714fa70
Changed files (1)
tools
emacs
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))