Dear Carsten,

With a setting like this:
,----
| (setq org-remember-templates
|       '((?m "* %?\n  %i\n  %a" org-default-notes-file "Misc")
|       (?p "* %?\n  %i\n  %a" org-default-notes-file "PhD")))
`----

and an org file like this:
,----
| * Misc
| #+CATEGORY: Misc
| #+ARCHIVE: %s_archive::* Misc
| *** Shopping
| * PhD
| #+CATEGORY: PhD
| #+ARCHIVE: %s_archive::* PhD
| *** Project A
`----

When I call remember and type `p' to choose a template, after `C-u C-c
C-c' the remember buffer is saved to a place above the "* PhD" heading,
in this case the "* Misc" heading, and the saved subtree does not
respect `org-odd-levels-only'.

BTW, any comments on http://permalink.gmane.org/gmane.emacs.orgmode/1456?

HTH
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to