all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Rainer Thiel" <r.thiel@uni-jena.de>
To: emacs-orgmode@gnu.org
Subject: org-mode remember visibility
Date: Mon, 8 Sep 2008 15:30:21 +0200	[thread overview]
Message-ID: <d6b6c7740809080630u141447d8yb4aaa342fec3c6f5@mail.gmail.com> (raw)

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)
r.thiel@uni-jena.de

             reply	other threads:[~2008-09-08 13:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-08 13:30 Rainer Thiel [this message]
2008-09-10  7:14 ` org-mode remember visibility Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d6b6c7740809080630u141447d8yb4aaa342fec3c6f5@mail.gmail.com \
    --to=r.thiel@uni-jena.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.