From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Remember does not insert a blank line before new headings Date: Mon, 21 Jun 2010 12:26:19 +0200 Message-ID: References: <8739wg7kfm.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=50274 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQeCv-0000Yq-DL for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 06:26:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQeCu-000076-9G for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 06:26:25 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:57975) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQeCu-00006u-2r for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 06:26:24 -0400 Received: by wyf28 with SMTP id 28so2627360wyf.0 for ; Mon, 21 Jun 2010 03:26:23 -0700 (PDT) In-Reply-To: <8739wg7kfm.fsf@mundaneum.com> 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: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org Hi Sebastien, this feature is coming soon, with a bunch of others. - Carsten On Jun 21, 2010, at 12:24 PM, S=E9bastien Vauban wrote: > Hi, > > Whenever collecting tasks (for example, but not limited to that), I =20= > would like > one blank line to be inserted before any heading. > > This is a sample file of how I like to see things (always thinking =20 > at other > colleagues who would read my Org file from vi or even worse editors): > > --8<---------------cut here---------------start------------->8--- > * Tasks > > ** TODO Make highlight of #hexa colors in Emacs work > [2010-05-27 Thu 14:40] > > I have sample code almost working. Try to customize it. > > ** TODO Search for flights > SCHEDULED: <2010-06-22 Tue> > :PROPERTIES: > :Effort: 0:10 > :END: > [2010-06-07 Mon 15:00] > > ** TODO Work on the rest > [2010-06-21 Mon 12:15] > --8<---------------cut here---------------end--------------->8--- > > My remember template was the following: > > --8<---------------cut here---------------start------------->8--- > (setq org-remember-templates > '( > ("Task" ?t > "* TODO %?\n %U\n %i" ; include a date tag showing when =20= > it > ; was added to the TODO file > nil ; refile.org > "Tasks"))) > --8<---------------cut here---------------end--------------->8--- > > But every inserted task comes "glue'd" to the previous item: > > --8<---------------cut here---------------start------------->8--- > * Tasks > > [...] > > ** TODO Work on the rest > [2010-06-21 Mon 12:15] > ** TODO Added task (via remember) > [2010-06-21 Mon 12:20] > --8<---------------cut here---------------end--------------->8--- > > Changing my template to this: > > --8<---------------cut here---------------start------------->8--- > (setq org-remember-templates > '( > ("Task" ?t > "\n\n\n* TODO %?\n %U\n %i" > nil ; refile.org > "Tasks"))) > --8<---------------cut here---------------end--------------->8--- > > doesn't change anything to that... Well, I see extra line spaces in =20= > the > remember *buffer*, but they're not inserted when filed (`C-c C-c'). > > How can we get this behavior? Am I missing some variable? > > For your information, I also have: > > --8<---------------cut here---------------start------------->8--- > (setq org-blank-before-new-entry '((heading . t) (plain-list-item . =20= > auto))) > --8<---------------cut here---------------end--------------->8--- > > but that does not what *I* would expect, inserting a blank before =20 > any new > heading. > > Any help? > > Best regards, > Seb > > --=20 > S=E9bastien Vauban > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten