From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-agenda error Date: Thu, 10 Mar 2016 09:21:49 +0100 Message-ID: <87h9gen3oi.fsf@nicolasgoaziou.fr> References: <8760wyzgrf.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1advoy-0007aO-7l for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 03:19:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1advou-0006aE-Ej for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 03:19:48 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:41740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1advou-0006Zm-7s for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 03:19:44 -0500 In-Reply-To: (Peter Salazar's message of "Wed, 9 Mar 2016 22:44:08 -0500") 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: Peter Salazar Cc: org-mode Hello, Peter Salazar writes: > Any thoughts on that? I'm not sure if it's related, but I also get errors > when I try to call helm-org-in-buffer-headings. Somehow the backtrace gets > immediately erased, so here's a screenshot: > http://i.imgur.com/FoTiwoq.png >From the above, it looks like `helm-org--get-candidate-in-file' is erroneously called from a non-Org buffer (here, "*Backtrace*"). Outside Org, `org-complex-heading-regexp' is nil, hence the result. Regards, -- Nicolas Goaziou