From abe479a1375d784ac6b5f005fd9f476d28c7b720 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Thu, 2 May 2013 08:11:27 -0700 Subject: [PATCH] Move troubleshooting section to separate Troubleshooting page to avoid bloating this page and terrifying potential users. --- Quick-Start-Guide.textile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Quick-Start-Guide.textile b/Quick-Start-Guide.textile index 1d54cfd..05bd7c3 100644 --- a/Quick-Start-Guide.textile +++ b/Quick-Start-Guide.textile @@ -39,14 +39,4 @@ Note: If you define an alias (e.g. @t@) to todo.sh, you need to explicitly enabl 6. Something missing? Todo.txt is extensible; many users have already written "custom add-ons":Todo.sh-Add-on-Directory. -h2. Troubleshooting - -*I get "Fatal Error: Cannot read configuration file /Users/myusername/.todo/config" when launching todo.sh* - -Create the ~/.todo/config file manually. Here's some example content: -
export TODO_DIR="$HOME/Dropbox/todo"
-export TODO_FILE="$TODO_DIR/todo.txt"
-export DONE_FILE="$TODO_DIR/done.txt"
-export REPORT_FILE="$TODO_DIR/report.txt"
-export TMP_FILE="/tmp/todo.tmp"
-export TODOTXT_DEFAULT_ACTION=ls
\ No newline at end of file +7. Having problems? Have a look at the "Troubleshooting page":Troubleshooting page, or ask on the friendly "mailing list":http://groups.yahoo.com/group/todotxt/. \ No newline at end of file