From da8c3c1a16631e3eda07405bb351fda139228d2f Mon Sep 17 00:00:00 2001
From: Paul Beckingham
Date: Wed, 13 May 2009 12:14:41 -0400
Subject: [PATCH] Documentation Update
- Corrected discussion of the edit command.
---
html/advanced.html | 2 +-
html/config.html | 12 ++++++++++++
html/faq.html | 2 ++
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/html/advanced.html b/html/advanced.html
index bccf1e739..d7b412020 100644
--- a/html/advanced.html
+++ b/html/advanced.html
@@ -442,7 +442,7 @@ ID Project Pri Description
Task will first check to see if you have defined a text editor
- in the TASK_EDITOR environment variable. If not, task will
+ in the 'editor' configuration variable. If not, task will
check to see if you defined a text editor in the VISUAL
environment variable. If not task will check to see if you
defined a text editor in the EDITOR environment variable.
diff --git a/html/config.html b/html/config.html
index 96b0c4a15..ac7f5f43b 100644
--- a/html/config.html
+++ b/html/config.html
@@ -191,6 +191,18 @@
Defaults to "Monday".
+
editor
+
+ Specifies which text editor you wish to use for when the
+
+ task edit <ID>
+
+ command is used. Task will first for this configuration
+ variable. If found, it is used. Otherwise task will look
+ for the VISUAL or EDITOR environment variables, before it
+ defaults to using 'vi'.
+
+
defaultwidth
The width of tables used when ncurses support is not available.
diff --git a/html/faq.html b/html/faq.html
index 73c47fc2c..5984ca489 100644
--- a/html/faq.html
+++ b/html/faq.html
@@ -62,6 +62,8 @@
They are text files, so they can just be copied to another
location for safekeeping. Don't forget there is also the
~/.taskrc file that contains your task configuration data.
+ To be sure, and to future-proof your backup, consider backing
+ up all the files in the ~/.task directory.