From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Hide empty custom agenda sections Date: Mon, 17 Jun 2013 06:17:35 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e012952ecc362ba04df56e799 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoWVK-0003Uo-GN for emacs-orgmode@gnu.org; Mon, 17 Jun 2013 06:17:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoWVE-0001HR-EC for emacs-orgmode@gnu.org; Mon, 17 Jun 2013 06:17:42 -0400 Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:53976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoWVE-0001HL-8v for emacs-orgmode@gnu.org; Mon, 17 Jun 2013 06:17:36 -0400 Received: by mail-ob0-f175.google.com with SMTP id xn12so2897598obc.6 for ; Mon, 17 Jun 2013 03:17:35 -0700 (PDT) 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 --089e012952ecc362ba04df56e799 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have a section of my custom agenda that shows items synced through mobile-org. My mobile.org file has #+FILETAGS: REFILE Which means a custom agenda command of (tags "REFILE" ((org-agenda-overriding-header "REFILE"))) shows all items from that file. Right now I have this at the bottom of my custom agenda, and it is therefore often off-screen. I would like to have it at the top, but only appear when there are items under this section. Most of the time it is there and three lines are wasting space (header separator =====, header "REFILE", and a blank line). I haven't seen this feature. Does a command exist that already supports this, or do I need to develop this myself? Thanks, -k. --089e012952ecc362ba04df56e799 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I have a section of my custom agend= a that shows items synced through mobile-org. My mobile.org file has

#+FI= LETAGS: REFILE

Which means a custom agenda command of

(tags "REFILE" ((org-agenda-overriding-header "REFI= LE")))

shows all items from that fi= le.

Right now I have this at the bottom of my c= ustom agenda, and it is therefore often off-screen. I would like to have it= at the top, but only appear when there are items under this section. Most = of the time it is there and three lines are wasting space (header separator= =3D=3D=3D=3D=3D, header "REFILE", and a blank line).

I haven't seen this feature. Does a com= mand exist that already supports this, or do I need to develop this myself?=

Thanks,

=A0 =A0-k.
--089e012952ecc362ba04df56e799--