emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] newline in tag menu not working after groupend


From: Eraldo Helal
Subject: [Orgmode] newline in tag menu not working after groupend
Date: Sat, 10 Oct 2009 23:26:24 +0200

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




reply via email to

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