From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: org-sudoku.el Date: Tue, 9 Aug 2011 18:28:08 +0200 Message-ID: <3692D35F-2C42-43E5-AB4C-731A1887BA12@gmail.com> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqpAA-0001LG-Ug for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 12:28:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqpA6-0008St-N0 for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 12:28:18 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:47381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqpA6-0008Sg-I3 for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 12:28:14 -0400 Received: by fxg9 with SMTP id 9so242580fxg.0 for ; Tue, 09 Aug 2011 09:28:13 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode list Hi, my daughter got stuck with a couple of SUDOKU puzzles during the vacation (where wh had no internet connection), so I hacked a small SUDOKU solver that reads a 9x9 Org table and solves it as a sudoku puzzle. A little silly, but maybe fun for someone - I have pushed it into the contrib/lisp directory. Cheers - Carsten