added a type of directory to snag, '*idea*', since that's a common pattern
authorChris Koeritz <fred@khandroma.cs.virginia.edu>
Sat, 21 Jan 2012 19:38:52 +0000 (14:38 -0500)
committerChris Koeritz <fred@khandroma.cs.virginia.edu>
Sat, 21 Jan 2012 19:38:52 +0000 (14:38 -0500)
scripts/archival/snarf_notes.pl

index 809aac000c932029511f566a69344ad7cbe6fe0d..7517f1d0ca7cd806c896e6a2c3b91eda1587989e 100644 (file)
@@ -47,6 +47,7 @@ local($snarf_file) = &snarf_name($base, $number);
 &snarf_by_pattern("$root", "notes");
 &snarf_by_pattern("$root", "project");
 &snarf_by_pattern("$root", "issue");
+&snarf_by_pattern("$root", "idea");
 &snarf_by_pattern("$root", "crucial");
 &snarf_by_pattern("$root", "list");
 &snarf_by_pattern("$root", "task");