From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eraldo Helal Subject: Re: newline in tag menu not working after groupend Date: Mon, 12 Oct 2009 15:58:03 +0200 Message-ID: <938fae2d0910120658p7cfb5a3ct7ac0ca8fc43f9eb4@mail.gmail.com> References: <938fae2d0910101426g190a6dcds233a645df2ed81be@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxLPy-0001c6-QX for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:58:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxLPt-0001ZC-RH for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:58:30 -0400 Received: from [199.232.76.173] (port=37278 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxLPt-0001Z9-O0 for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:58:25 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:58581) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxLPt-0001yw-9a for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:58:25 -0400 Received: by ewy28 with SMTP id 28so16131564ewy.42 for ; Mon, 12 Oct 2009 06:58:23 -0700 (PDT) In-Reply-To: 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: Carsten Dominik Cc: Org-Mode > :endgroup already make a newline, so the extra ones are ignored. What if I want something like this: | { [a] antwhere [c] call [i] internet [p] pharmacy } | | [p] Person1 [q] Person2 (...etc) How an I get the empty like in between there? If I do not use a group... it does work! (with ":newline") | [a] antwhere [c] call [i] internet [p] pharmacy | | [p] Person1 [q] Person2 (...etc) at the moment all I get is this: | { [a] antwhere [c] call [i] internet [p] pharmacy } | [p] Person1 [q] Person2 (...etc) or the following: ;; if I add the ":newline" after the last group item and before the group is closed | { [a] antwhere [c] call [i] internet [p] pharmacy | } | [p] Person1 [q] Person2 (...etc) Greetings, Eraldo