summaryrefslogtreecommitdiff
path: root/archive/bin
diff options
context:
space:
mode:
Diffstat (limited to 'archive/bin')
-rwxr-xr-xarchive/bin/capture-mail4
-rwxr-xr-xarchive/bin/reading.py2
-rwxr-xr-xarchive/bin/sysmaint2
3 files changed, 4 insertions, 4 deletions
diff --git a/archive/bin/capture-mail b/archive/bin/capture-mail
index a34b894e..6347d172 100755
--- a/archive/bin/capture-mail
+++ b/archive/bin/capture-mail
@@ -8,6 +8,6 @@ subject=$(echo $msg | grep -m 1 -i "^Subject:" | sed "s/^Subject: //")
save-org-buffers
-echo "* TODO E-mail \"$subject\" from $from" >>$HOME/doc/org/refile.org
-echo "# Message-Id: $id" >>$HOME/doc/org/refile.org
+echo "* TODO E-mail \"$subject\" from $from" >>$HOME/doc/howm/refile.org
+echo "# Message-Id: $id" >>$HOME/doc/howm/refile.org
#emacsclient -t -e '(spw/end-of-refile)'
diff --git a/archive/bin/reading.py b/archive/bin/reading.py
index c4fc6361..01830fd8 100755
--- a/archive/bin/reading.py
+++ b/archive/bin/reading.py
@@ -14,7 +14,7 @@ import tempfile
import shutil
READINGDIR = "/home/swhitton/local/reading"
-READINGORG = "/home/swhitton/doc/org/reading.org"
+READINGORG = "/home/swhitton/doc/howm/2014/reading.org"
def main():
"""Run the script"""
diff --git a/archive/bin/sysmaint b/archive/bin/sysmaint
index 936c4c86..5cd85827 100755
--- a/archive/bin/sysmaint
+++ b/archive/bin/sysmaint
@@ -247,7 +247,7 @@ if ( defined $loc ) {
# I used to use github-backup for this but the GitHub API rate
# limiting seemed to mean that it was never able to complete the
# backup, even after logging in with OAUTH. See old propellor
- # config for that in ~/doc/org/old_propellor_config.org
+ # config for that in ~/doc/howm/2017/old_propellor_config.org
if ( eval "use Net::GitHub; 1" ) {
my $gh = Net::GitHub->new(version => 3);