aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index 28eec8c..9db58e6 100644
--- a/TODO.org
+++ b/TODO.org
@@ -2,3 +2,13 @@
For example, a =UCONFIG_DUMP_CONFIG= environment variable which, if set, make
Uconfig dump the initialized configuration when ~uconfig_new~ is called.
+
+* TODO Handle configuration sections
+
+Allow Uconfig to accept line such as
+
+#+begin_src
+[mysection]
+#+end_src
+
+to separate sections in the config file.