summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.org b/TODO.org
index 9176ae4..59c34ea 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,7 +1,7 @@
* combox
-** bugs
-*** platform specific
-**** TODO use os.path.expanduser to get user's home directory
+** bugs :bugs:
+*** platform specific :platform-specific:
+**** TODO use os.path.expanduser to get user's home directory :#1:
At present os.getenv('HOME') is used to get the user's home
directory; This does not seem to work on Windows[1].