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

- Carsten





_______________________________________________
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