summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-09-21 21:28:48 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-09-21 21:28:48 +0000
commitb0a0ffd8b5456b4798cca8ad1c37886d998485f0 (patch)
tree655d400db6cca673f375f550326249a2d148ca67 /docutils/docs/dev
parentaa36a10876930ec2c49a254680bb3d0f26e145d4 (diff)
downloaddocutils-b0a0ffd8b5456b4798cca8ad1c37886d998485f0.tar.gz
Tab expansion in literal inclusions, ``tab-width`` option of for "include"
Tab expansion in included files is now done generally and configurable (a negative tab-width prevents tab expansion). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6135 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/todo.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index e922e0874..3995a6055 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -1303,9 +1303,6 @@ when used in a document.
possible to enable ``file_insertion_enabled`` from within a
document), and settings that only would have taken effect before
the directive (like ``tab-width``) shouldn't be accessible either.
- (How about changing ``tab-width`` before an ``include`` directive
- though? Or should ``include`` rather grow a ``tab-width``
- option?)
See this sub-thread:
<http://thread.gmane.org/gmane.text.docutils.user/3620/focus=3649>