From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bug report: timeline agenda in an indirect buffer Date: Sat, 7 Aug 2010 11:56:13 +0200 Message-ID: <4FFA0082-01B4-4AF1-96A8-A43029BBF639@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51252 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oi9fD-0002Fm-2z for emacs-orgmode@gnu.org; Sun, 08 Aug 2010 13:28:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ohg8Z-0002dc-Cj for emacs-orgmode@gnu.org; Sat, 07 Aug 2010 05:56:20 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:63849) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ohg8Z-0002dU-7f for emacs-orgmode@gnu.org; Sat, 07 Aug 2010 05:56:19 -0400 Received: by eydd26 with SMTP id d26so3332601eyd.0 for ; Sat, 07 Aug 2010 02:56:18 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Noorul Islam Cc: Ilya Shlyakhter , emacs-orgmode On Aug 7, 2010, at 11:28 AM, Noorul Islam wrote: > Carsten, > > Does commit 5188f71ee85aee753db07d0fccea4a9217eb8a4d fix this issue? I think so, yes. - Carsten > > Thanks > Noorul > > > On Sat, Aug 7, 2010 at 2:43 PM, Noorul Islam > wrote: > > > On Thu, Aug 5, 2010 at 10:46 PM, Ilya Shlyakhter > wrote: > Right now making a timeline agenda of an indirect buffer causes a > crash. > I think it's because buffer-file-name is null for such buffers, > so in the call > (org-prepare-agenda (concat "Timeline " > (file-name-nondirectory buffer-file- > name))) > the file-name-nondirectory call fails. > > I am trying to understand what do you mean by indirect buffer in > this context. Can you please explain the steps to reproduce this? > > Thanks > Noorul > > - Carsten