emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-mode remember visibility
@ 2008-09-08 13:30 Rainer Thiel
  2008-09-10  7:14 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer Thiel @ 2008-09-08 13:30 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-mode remember visibility
  2008-09-08 13:30 org-mode remember visibility Rainer Thiel
@ 2008-09-10  7:14 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-09-10  7:14 UTC (permalink / raw)
  To: r.thiel; +Cc: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-10  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-08 13:30 org-mode remember visibility Rainer Thiel
2008-09-10  7:14 ` Carsten Dominik

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).