Hi all,

I'm new to Emacs and org-mode. I've tried to set up a simple TODO list by calling org-capture and when I select my [t] todo item on *Org Select*, Emacs freezes and I need to kill its process.

On the mini-buffer I can read the following error message:

Clipboard pasted as level 2 subtree

Error in post-command-hook (linum-update-current): args-out-of-range 1 1) 

I've updated all packages to the latest version, and reinstalled the latest Emacs 25, but the error persisted. Does anyone have an idea where this might be coming from? Am I overseeing something very simple?

Thanks a lot.

Bests,
Daniel

on init.el:

(setq org-capture-templates
       '(("t" "todo" entry (file+headline "/Users/dgomez/todo.org" "Tasks")
          "* TODO [#A] %?")))


GNU Emacs 25.0.50.1 (x86_64-apple-darwin15.0.0, NS appkit-1404.13 Version 10.11.1 (Build 15B42)) of 2015-11-25