Frank Rust <rusti...@gmail.com> wrote:

> Debugger entered--Lisp error: (wrong-type-argument listp 5)
>   org-current-time()
>   org-remember-apply-template()
>   run-hooks(text-mode-hook remember-mode-hook)
>   apply(run-hooks (text-mode-hook remember-mode-hook))
>   run-mode-hooks(remember-mode-hook)
>   remember-mode()
>   remember(nil)
>   call-interactively(remember nil nil)
> 
>  
> 
> Debugger entered--Lisp error: (wrong-type-argument listp 5)
>   org-current-time()
>
> ... 
> 
> I hope this helps.
> p

In this case, no, because Seb Vauban nailed the cause (he must have
recently polished his crystal ball, so he did not need a backtrace at
all): org-time-stamp-rounding-minutes should be a list of two numbers.

In general, however, a bug report with a backtrace and uncompiled code
makes things much easier: from your backtrace, anybody (with some
knowledge of lisp) can see what the problem is - no crystal ball
required.

Thanks,
Nick



_______________________________________________
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

Reply via email to