summaryrefslogtreecommitdiffstats
path: root/blog/blog-2012-05-02-2152.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-06-21 21:24:54 +0200
committerGravatar Tom Willemsen2012-06-21 21:24:54 +0200
commitc90daec5f4a91cf1041a5a61411d860ea4329ece (patch)
treecd8932e1dd5dacdc183a91b55ca4d5c7580e9d36 /blog/blog-2012-05-02-2152.org
downloadorgweb-c90daec5f4a91cf1041a5a61411d860ea4329ece.tar.gz
orgweb-c90daec5f4a91cf1041a5a61411d860ea4329ece.zip
Initial commit
Diffstat (limited to 'blog/blog-2012-05-02-2152.org')
-rw-r--r--blog/blog-2012-05-02-2152.org19
1 files changed, 19 insertions, 0 deletions
diff --git a/blog/blog-2012-05-02-2152.org b/blog/blog-2012-05-02-2152.org
new file mode 100644
index 0000000..1cd01a9
--- /dev/null
+++ b/blog/blog-2012-05-02-2152.org
@@ -0,0 +1,19 @@
+#+TITLE: Ask for selection in emacs, addendum
+#+DESCRIPTION: Oops, I forgot this
+
+I erroneously assumed (and thought I tested) that using ~tmm-prompt~
+could be done the way I described before. The ~oni:mailbox-map~
+variable needs to be a little different from what I'd shown before,
+namely:
+
+#+BEGIN_SRC emacs-lisp
+(defvar oni:mailbox-map
+ '("top" ("menu" ("ryulash.org" . "ryu")
+ ("ninthfloor" . "ninthfloor")
+ ("gmail" . "gmail")
+ ("aethon" . "aethon")))
+ "A mailbox map for use with `tmm-prompt'.")
+#+END_SRC
+
+Without the /top/ and /menu/ items it will complain about wrong
+arguments.