From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?RnJhbsOnb2lz?= Allisson Subject: [BUG] sticky agenda views and export Date: Sun, 29 Jul 2012 16:12:07 +0200 Message-ID: <20120729141206.GA19011@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvUE7-0003JP-RK for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 10:12:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvUE7-0002Ip-2b for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 10:12:11 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:47896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvUE6-00027T-S4 for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 10:12:11 -0400 Content-Disposition: inline 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: emacs-orgmode@gnu.org Hello, I am testing sticky agenda views, and I think in my case it is a great thing (because I have two custom agenda views that I often check). I sometimes export my custom agenda views with the "e" key in the org-agenda buffer, or with "M-x org-store-agenda-views", and it works well. But when I tried the same export with sticky agenda views enabled, I get the following (reproducible with a minimal configuration) error: org-batch-store-agenda-views: No buffer named *Org Agenda(e)* It seems that org-batch-store-agenda-views is not aware of the existence of the new buffer names according to sticky agenda views, i.e. *Org Agenda(%s), and wait for "*Org Agenda" buffers. Here are the versions I use: - Org-mode version 7.8.11 (release_7.8.11-296-g8e8955 @ /usr/local/share/= emacs/24.1.50/etc/org) - GNU Emacs 24.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) of 2012-07= -13 on debian Thanks for having a look, Fran=C3=A7ois.