From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Format lists in multiple columns Date: Wed, 27 Jan 2010 09:47:06 +0100 Message-ID: <3E81DAA9-3CF6-4841-BB81-B599DF7B30C0@gmail.com> References: <46FF04F1BA077D4586212E7E31C57D2A01DA2470E5@MAIL.darden.virginia.edu> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Na3YS-0001bL-QK for emacs-orgmode@gnu.org; Wed, 27 Jan 2010 03:47:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Na3YN-0001Zi-7m for emacs-orgmode@gnu.org; Wed, 27 Jan 2010 03:47:15 -0500 Received: from [199.232.76.173] (port=59495 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na3YL-0001ZZ-V1 for emacs-orgmode@gnu.org; Wed, 27 Jan 2010 03:47:10 -0500 Received: from mx20.gnu.org ([199.232.41.8]:60048) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Na3YL-0002Jx-9g for emacs-orgmode@gnu.org; Wed, 27 Jan 2010 03:47:09 -0500 Received: from mail-fx0-f216.google.com ([209.85.220.216]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Na3YK-00011A-KJ for emacs-orgmode@gnu.org; Wed, 27 Jan 2010 03:47:08 -0500 Received: by fxm8 with SMTP id 8so4636735fxm.26 for ; Wed, 27 Jan 2010 00:47:07 -0800 (PST) In-Reply-To: <46FF04F1BA077D4586212E7E31C57D2A01DA2470E5@MAIL.darden.virginia.edu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Brody, William (Buck)" Cc: "emacs-orgmode@gnu.org" On Jan 27, 2010, at 3:44 AM, Brody, William (Buck) wrote: > Is there a way to format lists into multiple columns. I want to do > this in order to preserve screen real estate and limit the number of > pages used in printing. > > For example: > > * Fruits > 1. Apples > 2. Oranges > 3. Pears > 4. Strawberries > 5. Grapefruit > 6. blueberries > 7. nectarines > > Would Be > > * Fruits > 1. Apples 5.Grapefruit > 2. Oranges 6.blueberries > 3. Pears 7.nectarines > 4. Strawberries No. - Carsten