From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Error when trying to show the agenda view for the current day Date: Wed, 15 Jan 2014 12:59:10 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e015388f66f4b4304f006e7a6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3VgG-0000KY-9S for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 13:59:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3VgF-0002YD-5I for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 13:59:12 -0500 Received: from mail-ob0-x236.google.com ([2607:f8b0:4003:c01::236]:33820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3VgE-0002Y9-W0 for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 13:59:11 -0500 Received: by mail-ob0-f182.google.com with SMTP id wn1so1640726obc.27 for ; Wed, 15 Jan 2014 10:59:10 -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: Org Mode --089e015388f66f4b4304f006e7a6 Content-Type: text/plain; charset=ISO-8859-1 Hi, Not sure what I did, but when I try to C-a a a, the agenda view fails to be built, and I get the following message: "byte-code: Before first headline at position 169 in buffer gtd.org" Does anyone know what this means? Thanks in advance. --089e015388f66f4b4304f006e7a6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

Not sure what I did, but when I try= to C-a a a, the agenda view fails to be built, and I get the following mes= sage:

"byte-code: Before first headline = at position 169 in buffer gtd.org"

Does anyone know what this means?

<= /div>
Thanks in advance.
--089e015388f66f4b4304f006e7a6-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Error when trying to show the agenda view for the current day Date: Thu, 16 Jan 2014 00:58:21 +0100 Message-ID: <87lhygpyja.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3ahq-0007tE-57 for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 19:21:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3ahk-00080i-La for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 19:21:10 -0500 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:34911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3ahk-0007zv-Ea for emacs-orgmode@gnu.org; Wed, 15 Jan 2014 19:21:04 -0500 Received: by mail-wi0-f181.google.com with SMTP id hi8so1495905wib.14 for ; Wed, 15 Jan 2014 16:21:03 -0800 (PST) In-Reply-To: (Marcelo de Moraes Serpa's message of "Wed, 15 Jan 2014 12:59:10 -0600") 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: Marcelo de Moraes Serpa Cc: Org Mode Marcelo de Moraes Serpa writes: > Not sure what I did, but when I try to C-a a a, the agenda view fails > to be built, and I get the following message: > > "byte-code: Before first headline at position 169 in buffer gtd.org" Can you get a more complete backtrace? (setq debug-on-error t) in your emacs.el Thanks! -- Bastien