Re: [Orgmode] newline in tag menu not working after groupend

2009-10-12 Thread Eraldo Helal
: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!

Re: [Orgmode] newline in tag menu not working after groupend

2009-10-12 Thread Carsten Dominik
On Oct 12, 2009, at 3:58 PM, Eraldo Helal wrote: :endgroup already make a newline, so the extra ones are ignored. What if I want something like this: You can't. - Carsten | { [a] antwhere[c] call[i] internet [p] pharmacy } | | [p] Person1[q] Person2(...etc) How an

Re: [Orgmode] newline in tag menu not working after groupend

2009-10-11 Thread Carsten Dominik
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)

[Orgmode] newline in tag menu not working after groupend

2009-10-10 Thread Eraldo Helal
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)