I like the interaction of org-mode and remember, and I have defined
the following templates with minimal and trivial adaptations of what
is suggested in the manual:

(setq org-remember-templates
 '(("Todo" ?t "* TODO %?\n  %i\n  %a" org-default-notes-file "Aufgaben")
   ("Notiz" ?n "* %U %?\n\n  %i\n  %a" org-default-notes-file "Notizen")
   ("Besprechung" ?b "* %^{Besprechung mit} %U %?\n\n %i\n"
   org-default-notes-file "Besprechungen")
   ("Idee" ?i "* %^{Title}\n %i\n %a"
   org-default-notes-file "Ideen")))

This works fine.  What I find confusing though, is that initially the
Text of the newly created entry (including text inserted from the
active region) is invisible.  Is there are good reason for this
default behaviour, and is there a way to change it, viz. to start the
entry as visible?

Many thanks in advance

Rainer Thiel
-- 
Prof. Dr. Rainer Thiel
Institut für Altertumswissenschaften
07737 Jena, Germany (EU)
[EMAIL PROTECTED]


_______________________________________________
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