summaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-03 13:27:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-05 11:38:04 -0700
commitc54083d67713066b187430990ff8376db55f9e02 (patch)
treea4c20c709ab56ae325dc85eb86606a7ba8a6ec81 /archive
parentacae31bacb3f51c7d299dcf71e8695522b16e0ee (diff)
downloaddotfiles-c54083d67713066b187430990ff8376db55f9e02.tar.gz
add initial Howm setup, archive Org-roam config to git history
Diffstat (limited to 'archive')
-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);