emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: New implementation of the Org remember process ready f


From: Tassilo Horn
Subject: Re: [Orgmode] Re: New implementation of the Org remember process ready for comments and testing
Date: Wed, 23 Jun 2010 08:31:13 +0200
User-agent: KMail/1.13.3 (Linux/2.6.34-gentoo-r1; KDE/4.4.4; x86_64; ; )

On Wednesday 23 June 2010 05:59:54 Carsten Dominik wrote:

Hi Carsten,

> >>     M-x org-capture-import-remember-templates RET
> >
> > That didn't work completely for me.  It generated entries like
> >
> >  ("t" "TODO" entry
> >   (file+headline "/home/horn/repos/org/remember.org" bottom)
> >   "* TODO %?\n   %i")
> 
> I cannot reproduce this.  Could you please show me what the
> corresponding remember template was?

Sure.  My remember settings were those:

--8<---------------cut here---------------start------------->8---
(org-remember-insinuate)

(setq org-default-notes-file (expand-file-name "remember.org" org-directory)
      org-remember-default-headline 'bottom
      org-remember-templates
      '(("NORMAL"  ?n "* %?
  :PROPERTIES:
  :created: %U
  :link: %a
  :END:
  %i")
        ("TODO"    ?t "* TODO %?
  :PROPERTIES:
  :created: %U
  :link: %a
  :END:
  %i")
        ("IDEA"    ?i "* IDEA %?
  :PROPERTIES:
  :created: %U
  :link: %a
  :END:
  %i")
        ("BROWSER" ?w "* %:description :browser:
  :PROPERTIES:
  :created: %U
  :link: %:link
  :END:
  %c

  %i")))

(setq org-remember-store-without-prompt t
      org-remember-backup-directory     "~/tmp/")
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]