emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org mode installation problems


From: Nick Dokos
Subject: Re: [O] Org mode installation problems
Date: Wed, 07 Jan 2015 12:55:19 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Felix Fernandes <address@hidden> writes:

>> 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)

That works for me. M-x jk <RET> produces ~/org/j.org:

--8<---------------cut here---------------start------------->8---

* 
jk

--8<---------------cut here---------------end--------------->8---

The backtrace is not very useful as is because of the byte code. You
might try to reproduce with uncompiled code and see if it is any
clearer.

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]