From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel P Gomez Subject: Emacs freeze after selecting a capture template Date: Wed, 25 Nov 2015 23:49:57 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113657fc0e1d1d05256547b9 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1isy-0007nr-N2 for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 17:50:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1isx-00074J-Bn for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 17:50:00 -0500 Received: from mail-ig0-x231.google.com ([2607:f8b0:4001:c05::231]:37221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1isx-00073V-7C for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 17:49:59 -0500 Received: by igcto18 with SMTP id to18so412338igc.0 for ; Wed, 25 Nov 2015 14:49:58 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a113657fc0e1d1d05256547b9 Content-Type: text/plain; charset=UTF-8 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 --001a113657fc0e1d1d05256547b9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all,

I'm new to Emacs and org-mo= de. 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 t= he following error message:

Cl= ipboard pasted as level 2 subtree

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

I've updated all packages to th= e latest version, and reinstalled the latest Emacs 25, but the error persis= ted. Does anyone have an idea where this might be coming from? Am I oversee= ing something very simple?

Thanks a lot.

Bests,
Daniel

on init.el= :

(setq org-capture-templates
=C2= =A0 =C2=A0 =C2=A0 =C2=A0'(("t" "todo" entry (file+h= eadline "/Users/dgomez/todo.org" = "Tasks")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "* TOD= O [#A] %?")))


GNU Emacs = 25.0.50.1 (x86_64-apple-darwin15.0.0, NS appkit-1404.13 Version 10.11.1 (Bu= ild 15B42)) of 2015-11-25
--001a113657fc0e1d1d05256547b9--