Hi Carsten, I ran into this today. I was creating a new task via remember and I hit the wrong key for selecting the template.
The prompt in the buffer says ## To switch templates, use `C-M-r'. To abort use `C-c C-k'. so I hit C-M-r and entered the correct template key (after entering something for the task name) and then C-c C-c gives me this: Debugger entered--Lisp error: (error "Marker does not point anywhere") jump-to-register(82) (progn (kill-buffer (current-buffer)) (jump-to-register remember-register)) (if (equal remember-buffer (buffer-name)) (progn (kill-buffer ...) (jump-to-register remember-register))) (when (equal remember-buffer (buffer-name)) (kill-buffer (current-buffer)) (jump-to-register remember-register)) remember-destroy() (save-restriction (narrow-to-region b e) (if remember-all-handler-functions (run-hooks ...) (run-hook-with-args-until-success ...)) (remember-destroy)) (let ((b ...) (e ...)) (save-restriction (narrow-to-region b e) (if remember-all-handler-functions ... ...) (remember-destroy))) remember-region(1 334) remember-finalize() org-remember-finalize() org-ctrl-c-ctrl-c(nil) call-interactively(org-ctrl-c-ctrl-c) Switching templates also overwrites anything already entered for the task (I'm not sure if that's normal or not) If you can't reproduce this easily I'll set up a minimal emacs set up that illustrates what I'm seeing. I'm running from the start-splitting-org.el branch at commit b27cd3556db5692b82952d5df57d94a5122bc63d Thanks, Bernt _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode