summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-06-17 20:55:05 +0100
committerLars Wirzenius <liw@liw.fi>2012-06-17 20:55:05 +0100
commitae778ea2ca442ab1ff90d0ebd770fbc89fdae3ac (patch)
tree600cf90054dda04ad215a3ca8fb4a4cf0461c91e
parent8cf79410f6cff66b9e4526f8c22d76c120391485 (diff)
downloadgtdfh.liw.fi-ae778ea2ca442ab1ff90d0ebd770fbc89fdae3ac.tar.gz
Avoid very wide <pre> sections
-rw-r--r--files.mdwn10
-rw-r--r--inboxes.mdwn17
-rw-r--r--waiting-for.mdwn6
3 files changed, 8 insertions, 25 deletions
diff --git a/files.mdwn b/files.mdwn
index 15a6ab0..452beb3 100644
--- a/files.mdwn
+++ b/files.mdwn
@@ -82,11 +82,11 @@ topic: these are the folders that correspond to the physical manilla
folders (or equivalent). Have only one level of these.
$HOME/Archive/
- Debian DPL election plans 2013/
- Edinburgh council tax 2011/
- Orange GSM prepaid/
- Talk: Debconf 2010/
- Three GSM prepaid/
+ Council tax 2011/
+ Debian DPL plans 2013/
+ Orange GSM prepaid/
+ Talk: Debconf 2010/
+ Three GSM prepaid/
Having only a single level of archive folders makes it easier to
look for them manually, when full-text search is not available or isn't
diff --git a/inboxes.mdwn b/inboxes.mdwn
index 97ad958..5ebe71f 100644
--- a/inboxes.mdwn
+++ b/inboxes.mdwn
@@ -94,23 +94,6 @@ from the inbox. This means you need to have a place to put it, even
if it is only the trash. We will cover filing systems and other related
tools later.
- for inbox in inboxes:
- while len(inbox) > 0:
- item = inbox.pop()
- if item.needs_action:
- if item.can_be_delegated:
- item.delegate()
- waiting_for.append(item)
- elif item.is_quick:
- item.do()
- elif len(item.actions) > 1:
- projects.append(item)
- next_actions.extend(item.actions)
- else:
- next_actions.append(item)
- elif item.may_be_needed_later:
- filing_system.put(item)
-
Bug trackers: not really inboxes
--------------------------------
diff --git a/waiting-for.mdwn b/waiting-for.mdwn
index d292f84..51924fb 100644
--- a/waiting-for.mdwn
+++ b/waiting-for.mdwn
@@ -17,9 +17,9 @@ waiting for. For example:
I use a "waiting for" list of the following format:
- * End-of-year bonus arrives. 2009-09-01
- - then buy a new disco ball
- - then pay off credit card debt
+ * Bonus arrives. 2009-09-01
+ - buy a new disco ball
+ - pay off credit card
This format makes it easy to keep track of what you're waiting for,
how long you've waited already, and what to do after the event happens.