From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Fernandes Subject: Re: Org mode installation problems Date: Wed, 7 Jan 2015 16:54:46 +0000 (UTC) Message-ID: References: <87a91vba7q.fsf@alphaville.usersys.redhat.com> <87y4pe3g7r.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8tuF-0001QC-0m for emacs-orgmode@gnu.org; Wed, 07 Jan 2015 11:56:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8tuB-0007Gj-IG for emacs-orgmode@gnu.org; Wed, 07 Jan 2015 11:56:26 -0500 Received: from plane.gmane.org ([80.91.229.3]:45550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8tuB-0007Ge-AT for emacs-orgmode@gnu.org; Wed, 07 Jan 2015 11:56:23 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y8ttJ-0000C2-OM for emacs-orgmode@gnu.org; Wed, 07 Jan 2015 17:55:29 +0100 Received: from 216.1.169.18 ([216.1.169.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 17:55:29 +0100 Received: from felixfcaf by 216.1.169.18 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 17:55:29 +0100 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 > It does not bother me as much as the following keyboard macro > > (fset 'jk > [?\M-x ?o ?r ?g ?- ?c ?a ?p ?t ?u ?r ?e return ?t return ?\C-e ? ?j ?k > ?\C-c ?\C-c]) > > that should invoke the following template: > (setq org-capture-templates '(("t" "Todo" entry (file "~/org/j.org")))) > If it helps to debug, here is the backtrace from M-x jk as defined above: Debugger entered--Lisp error: (error "Capture abort: (wrong-type-argument stringp (file:~/org/todo.org::*Tasks Tasks))") signal(error ("Capture abort: (wrong-type-argument stringp (file:~/org/todo.org::*Tasks Tasks))")) error("Capture abort: %s" (wrong-type-argument stringp ("file:~/org/todo.org::*Tasks" "Tasks"))) byte-code("\301\302!\203\302!\210\300\304" [error get-buffer "*Capture*" kill-buffer "Capture abort: %s"] 3) org-capture(nil) call-interactively(org-capture record nil) command-execute(org-capture record) execute-extended-command(nil "org-capture") call-interactively(execute-extended-command nil nil) command-execute(jj record) execute-extended-command(nil "jj") call-interactively(execute-extended-command nil nil)