all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Herbert Sitz <hesitz@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Viewing all entries of a file in Agenda
Date: Sun, 11 Dec 2011 00:14:53 +0000 (UTC)	[thread overview]
Message-ID: <loom.20111211T011206-184@post.gmane.org> (raw)
In-Reply-To: 877h24nky8.fsf@gmx.ch

Sven Bretfeld <sven.bretfeld <at> gmx.ch> writes:
> It is the last line that puzzles me. If I have it like above, every call
> of this agenda is interrupted by the question which tag I want to query
> for. Hitting RET does what I want, namely displaying all headlines of
> the file. How is that possible without Emacs asking me? The file can
> contain different todo-keywords and tags or none at all. I want to
> display everything.
> 
> Thanks for a hint
> 
> Sven

One of the special properties of every Org heading is 'Level', which is an
integer representing the outline level of the heading.  Doing the following
search should return all the headings in an Org document:

Level>=1

This search would return only first and second level headings:

 

  reply	other threads:[~2011-12-11  0:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-10 22:03 Viewing all entries of a file in Agenda Sven Bretfeld
2011-12-11  0:14 ` Herbert Sitz [this message]
2011-12-11 10:07   ` Sven Bretfeld
2011-12-11 12:18     ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20111211T011206-184@post.gmane.org \
    --to=hesitz@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.