emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: r.thiel@uni-jena.de
Cc: emacs-orgmode@gnu.org
Subject: Re: org-mode remember visibility
Date: Wed, 10 Sep 2008 09:14:47 +0200	[thread overview]
Message-ID: <0C32B53B-2249-490A-B451-E048BFA52C1D@uva.nl> (raw)
In-Reply-To: <d6b6c7740809080630u141447d8yb4aaa342fec3c6f5@mail.gmail.com>


On Sep 8, 2008, at 3:30 PM, Rainer Thiel wrote:

> 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?

The escape sequences are filled in one by one, in the sequence as they  
appear in the template. If you have an interactive prompt near the  
beginning, you first have to put in the information before template  
creation can proceed.  Is this what you mean by "invisible"?

- Carsten

      reply	other threads:[~2008-09-10  7:15 UTC|newest]

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

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=0C32B53B-2249-490A-B451-E048BFA52C1D@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=r.thiel@uni-jena.de \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).