From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rainer Thiel" Subject: org-mode remember visibility Date: Mon, 8 Sep 2008 15:30:21 +0200 Message-ID: Reply-To: r.thiel@uni-jena.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kcgp3-0007u2-W9 for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 09:30:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kcgp2-0007tU-1s for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 09:30:29 -0400 Received: from [199.232.76.173] (port=35322 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kcgp1-0007tP-Nd for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 09:30:27 -0400 Received: from mail-gx0-f12.google.com ([209.85.217.12]:64595) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kcgp1-0000Af-2T for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 09:30:27 -0400 Received: by gxk5 with SMTP id 5so7522197gxk.18 for ; Mon, 08 Sep 2008 06:30:21 -0700 (PDT) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 --=20 Prof. Dr. Rainer Thiel Institut f=FCr Altertumswissenschaften 07737 Jena, Germany (EU) r.thiel@uni-jena.de