From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: a lisp question Date: Tue, 24 Sep 2013 22:18:06 -0400 Message-ID: <87vc1phcf5.fsf@gmail.com> References: <52418477.44ba440a.7780.1f11@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOegL-0005OI-0W for emacs-orgmode@gnu.org; Tue, 24 Sep 2013 22:18:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOegF-00067Q-0x for emacs-orgmode@gnu.org; Tue, 24 Sep 2013 22:18:24 -0400 Received: from plane.gmane.org ([80.91.229.3]:60251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOegE-00066v-M6 for emacs-orgmode@gnu.org; Tue, 24 Sep 2013 22:18:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VOegD-0004qF-6h for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 04:18:17 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Sep 2013 04:18:17 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Sep 2013 04:18:17 +0200 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@gnu.org "tumashu@gmail.com" writes: > How can i convert (1 2 3 5 7 8 9 10 11 12 13) to > ((1 2 3 ) (5) (7) (8 9) (10 11 12 13))? > Two problems: Wrong list: try comp.lang.lisp instead. Incomplete problem description: see "How to ask questions the smart way" at http://www.catb.org/esr/faqs/smart-questions.html. -- Nick