From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eraldo Helal Subject: newline in tag menu not working after groupend Date: Sat, 10 Oct 2009 23:26:24 +0200 Message-ID: <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 1MwjSm-0003tG-3K for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 17:26:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwjSh-0003sn-Me for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 17:26:51 -0400 Received: from [199.232.76.173] (port=44890 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwjSh-0003sj-Jt for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 17:26:47 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:33472) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwjSh-0006yT-72 for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 17:26:47 -0400 Received: by ewy28 with SMTP id 28so15111956ewy.42 for ; Sat, 10 Oct 2009 14:26:44 -0700 (PDT) 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: Org-Mode 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. 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