emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Carsten Dominik
Subject: Re: [Orgmode] newline in tag menu not working after groupend
Date: Sun, 11 Oct 2009 14:56:30 +0200


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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

[Prev in Thread] Current Thread [Next in Thread]