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


_______________________________________________
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

Reply via email to