From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Custom block agendas: Set buffer name Date: Wed, 12 Feb 2020 17:49:56 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000d3fcdb059e69a124" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60432) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j21li-0007rB-8R for emacs-orgmode@gnu.org; Wed, 12 Feb 2020 18:50:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j21lg-0003sA-V0 for emacs-orgmode@gnu.org; Wed, 12 Feb 2020 18:50:10 -0500 Received: from mail-il1-x131.google.com ([2607:f8b0:4864:20::131]:37661) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j21lg-0003rr-Nb for emacs-orgmode@gnu.org; Wed, 12 Feb 2020 18:50:08 -0500 Received: by mail-il1-x131.google.com with SMTP id v13so3365388iln.4 for ; Wed, 12 Feb 2020 15:50:08 -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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode --000000000000d3fcdb059e69a124 Content-Type: text/plain; charset="UTF-8" Hello all, I'm playing with block agendas and I'm wondering how to set a specific buffer name. In non-block agendas, I can set the buffer name like this: (setq org-agenda-custom-commands (append '( ("p" "Simple list of active projects" tags-todo "PRIORITY<\"C\"+project-inactive/-cancelled-done" ((org-agenda-prefix-format " %?-12t% s") (org-agenda-buffer-name "Top Level Active Projects") (org-agenda-sorting-strategy (quote (priority-down))))) But I can't find where to specify org-agenda-buffer-name in a custom block agenda - for example, in the docs: https://orgmode.org/manual/Block-agenda.html Where would I add the org-agenda-buffer-name? Thanks, --Nate --000000000000d3fcdb059e69a124 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello all,

<= /div>
I'm playing with block agendas and I'm wondering how to s= et a specific=C2=A0buffer
name.

In non-b= lock agendas, I can set the buffer name like this:
(setq org= -agenda-custom-commands (append
=C2=A0 '(
=C2=A0 = =C2=A0 =C2=A0("p" "Simple list of active projects" tags= -todo "PRIORITY<\"C\"+project-inactive/-cancelled-done&qu= ot;
=C2=A0 =C2=A0 =C2=A0 =C2=A0((org-agenda-prefix-format " = %?-12t% s")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 (org-agenda-buffer-n= ame "Top Level Active Projects")
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 (org-agenda-sorting-strategy (quote (priority-down)))))
<= div>
But I can't find where to specify org-agenda-buffer-= name in a custom block agenda - for example,=C2=A0
in the docs:

Where = would I add the org-agenda-buffer-name?

Thanks,
--Nate
--000000000000d3fcdb059e69a124--