From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Line Spacing in Org Mode? Date: Sun, 10 Jan 2010 02:48:59 +0100 Message-ID: References: <6cc93960-70c0-49cc-9118-8a228292eb19@u41g2000yqe.googlegroups.com> <87fx6epxtk.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1263088198 26100 80.91.229.12 (10 Jan 2010 01:49:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Jan 2010 01:49:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tim X Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 10 02:49:51 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NTmwA-0006Tj-WD for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Jan 2010 02:49:51 +0100 Original-Received: from localhost ([127.0.0.1]:52198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTmwB-00080V-N5 for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Jan 2010 20:49:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTmvn-0007zz-5w for help-gnu-emacs@gnu.org; Sat, 09 Jan 2010 20:49:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTmvh-0007yK-KG for help-gnu-emacs@gnu.org; Sat, 09 Jan 2010 20:49:25 -0500 Original-Received: from [199.232.76.173] (port=47265 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTmvh-0007yH-9P for help-gnu-emacs@gnu.org; Sat, 09 Jan 2010 20:49:21 -0500 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]:55048) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTmvg-0008Cn-NG for help-gnu-emacs@gnu.org; Sat, 09 Jan 2010 20:49:20 -0500 Original-Received: by fxm28 with SMTP id 28so11701335fxm.26 for ; Sat, 09 Jan 2010 17:49:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=abU2Ts7nE4SR6B10Mef2o8uNlxEFDwA/hgb2ySU56Zc=; b=geOVvQwnj4Pma9gg74EFfwWKSOdsGx8VTXcIXOATdRAgj5Kqm76lOOdb2trIqdYAgo aDcZwwucJXLVH13AQuTfEGvc98JE6vJeKBtPUM3GHKw1RbaqL/7wW6vNitdkXVujV1Wl nFNmoEfzZVGIrkLS6HLnvyiUbBw2QbHod/9Io= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=YIifMETIQ/9M19ulzK1qDMJkjJ3wibBjEUMfFXWhNBibxabfnG8QXOn1Q1zZfjN/QA SgdDHT3xHaYn5HmMuw0pP+edtLZWpn7AU1VsBvPlUxvWwAn122f78/7idKzVI04diU3H DyOcW9UzcIhW9MTK1Wre42vjV9LTSGPJoO0hs= Original-Received: by 10.239.188.4 with SMTP id n4mr1733743hbh.78.1263088159135; Sat, 09 Jan 2010 17:49:19 -0800 (PST) In-Reply-To: <87fx6epxtk.fsf@lion.rapttech.com.au> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71141 Archived-At: On Sun, Jan 10, 2010 at 2:12 AM, Tim X wrote: > Nocebic Meme writes: > >> Is there any way to have org mode put a space between items? >> >> I have this: >> >> * thing >> ** subthing 1 >> ** subthing 2 >> *** subsubthing >> *otherthing >> >> And I want this: >> >> * thing >> >> ** subthing 1 >> >> ** subthing 2 >> >> *** subsubthing >> >> * otherthing > > IIRCC if you put more than 1 blank line at the end of an item, it will > preserve that line when folded, and give you the spacing you want. I do not know what the intention of the original question is, but I found the use of background colors for the heading lines + customizing org-fontify-whole-heading-lines to t to be very useful for a fast visual overview.