From: "Sven Bretfeld" <sven.bretfeld@gmx.ch>
To: emacs-org <emacs-orgmode@gnu.org>
Subject: Viewing all entries of a file in Agenda
Date: 10 Dec 2011 23:03:27 +0100 [thread overview]
Message-ID: <877h24nky8.fsf@gmx.ch> (raw)
Hi all
I have written an org-agenda-custom-command for a daily review of my
dates and todos. It contains several todos and tags as block-agendas.
The last block should tell me if there are new items to be refiled in a
certain file which I use as an Inbox (synced from MobileOrg). I cannot
find the proper command for this.
("D" "Daily Review"
((agenda "" ((org-agenda-ndays 1)))
(todo "WAITING")
(todo "DELEGATED")
(tags "PROJECT")
(stuck "")
(tags "BIGROCK")
(tags "MIT")
(tags "OFFICE/NEXT")
(tags "HOME/NEXT")
(tags "PHONE/NEXT")
(tags "READING/NEXT")
(tags "WRITING/NEXT")
(tags "" ((org-agenda-files '("~/Dropbox/myconf/from-mobile.org"))))))
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
next reply other threads:[~2011-12-10 22:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-10 22:03 Sven Bretfeld [this message]
2011-12-11 0:14 ` Viewing all entries of a file in Agenda Herbert Sitz
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877h24nky8.fsf@gmx.ch \
--to=sven.bretfeld@gmx.ch \
--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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).