From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: newline in tag menu not working after groupend Date: Sun, 11 Oct 2009 14:56:30 +0200 Message-ID: References: <938fae2d0910101426g190a6dcds233a645df2ed81be@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mwxya-0002XC-DU for emacs-orgmode@gnu.org; Sun, 11 Oct 2009 08:56:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwxyV-0002V5-2O for emacs-orgmode@gnu.org; Sun, 11 Oct 2009 08:56:39 -0400 Received: from [199.232.76.173] (port=43698 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwxyU-0002Uy-TD for emacs-orgmode@gnu.org; Sun, 11 Oct 2009 08:56:34 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:55404) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwxyU-0006Jq-Ep for emacs-orgmode@gnu.org; Sun, 11 Oct 2009 08:56:34 -0400 Received: by ewy28 with SMTP id 28so15398007ewy.42 for ; Sun, 11 Oct 2009 05:56:33 -0700 (PDT) In-Reply-To: <938fae2d0910101426g190a6dcds233a645df2ed81be@mail.gmail.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: Eraldo Helal Cc: Org-Mode On Oct 10, 2009, at 11:26 PM, Eraldo Helal wrote: > with the following code set in my .emacs file: > > (setq org-tag-alist '((:startgroup . nil) > ("anywhere" . ?a) ("call" . ?c) ("internet" . > ?i) ("errand" . ?e) ("home" . ?h) ("school" . ?s) > (:endgroup . nil) > (:newline) > (:newline) > ("EraldoHelal") ("OtherPerson") > ) > > There is no newline. :endgroup already make a newline, so the extra ones are ignored. - Carsten > It seems to me as if it does not work after "(:endgroup . nil)" if I > do it like this instead: > > (setq org-tag-alist '((:startgroup . nil) > ("anywhere" . ?a) ("call" . ?c) ("internet" . > ?i) ("errand" . ?e) ("home" . ?h) ("school" . ?s) > (:endgroup . nil) > ("EraldoHelal") (:newline) (:newline) ("OtherPerson") > ) > > I do get a newline... however that is not the place I want it to be. > > Greetings, > Eraldo > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten