all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Removing headers from custom agenda view
@ 2015-02-06 14:22 Giulio Petrucci
  0 siblings, 0 replies; only message in thread
From: Giulio Petrucci @ 2015-02-06 14:22 UTC (permalink / raw)
  To: emacs-orgmode

Hello there,

I'm playing a bit with the custom agenda view and have ended up with
something like:

(setq org-agenda-custom-commands
      '(("b" "Test"
           (tags-todo "STARTED" ((org-agenda-overriding-header "Started")))
           (tags-todo "WAITING" ((org-agenda-overriding-header "Waiting"))))))

I would like to have no header at all, like

  Task:       STARTED task1
  Task:       STARTED task3
  agenda:   WAITING task12

is it possible? Setting an empty value for
org-agenda-overriding-header ends up in displaying an empty line,
while setting NIL ends up with a default header.

Thanks in advance,
Giulio

--

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-06 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 14:22 Removing headers from custom agenda view Giulio Petrucci

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.